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/nixpkgs | |
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/nixpkgs')
-rw-r--r-- | nixos/nixpkgs/path.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/nixpkgs/path.nix b/nixos/nixpkgs/path.nix index ea4a74c..7ae177e 100644 --- a/nixos/nixpkgs/path.nix +++ b/nixos/nixpkgs/path.nix @@ -1,2 +1,2 @@ # The Nixpkgs path to use -(import ../nix/sources.nix).nixpkgs.outPath +(import ../npins).nixos.outPath |