From dfb73342a094871a54185d90841430be087e109c Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Fri, 29 Nov 2024 08:01:14 +0100 Subject: refactor: switch to npins niv is written in Haskell, while npins is written in Rust. I'm more comfortable with Rust. npins also seems more actively maintained. The files in npins/ were generated with: nix-shell -p npins npins init --bare npins add --name nixos channel nixos-24.05 --- nixos/npins/sources.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 nixos/npins/sources.json (limited to 'nixos/npins/sources.json') diff --git a/nixos/npins/sources.json b/nixos/npins/sources.json new file mode 100644 index 0000000..2deef59 --- /dev/null +++ b/nixos/npins/sources.json @@ -0,0 +1,11 @@ +{ + "pins": { + "nixos": { + "type": "Channel", + "name": "nixos-24.05", + "url": "https://releases.nixos.org/nixos/24.05/nixos-24.05.6668.e8c38b73aeb2/nixexprs.tar.xz", + "hash": "0lhh36z3fvd3b64dz7an08y3c3shb67aj17ny9z28bs21i3dc5yh" + } + }, + "version": 3 +} \ No newline at end of file -- cgit v1.2.3