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/nixpkgs/path.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/nixpkgs/path.nix') 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 -- cgit v1.2.3