diff options
author | Martin Fischer <martin@push-f.com> | 2024-11-29 08:01:14 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2024-12-11 08:32:27 +0100 |
commit | dfb73342a094871a54185d90841430be087e109c (patch) | |
tree | c554387e9b3bb870efede3c01835f00f9c4af3d7 /nixos/npins/sources.json | |
parent | 112c101c7308ddd710d0936ad8d1c010ae0dfb28 (diff) |
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
Diffstat (limited to 'nixos/npins/sources.json')
-rw-r--r-- | nixos/npins/sources.json | 11 |
1 files changed, 11 insertions, 0 deletions
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 |