summary refs log tree commit diff stats
path: root/shell.nix
diff options
context:
space:
mode:
authorAlan Pearce2024-05-26 12:46:19 +0200
committerAlan Pearce2024-05-26 12:46:19 +0200
commit8504ec47c5547f6fa567f67464af49e46e9ce4de (patch)
tree0d265afa59579e087fb9c98d2d3f5cd78a6d6e2d /shell.nix
parent08ee9df16ac36870cab7479b9c38e717f0ad3750 (diff)
downloadnixfiles-8504ec47c5547f6fa567f67464af49e46e9ce4de.tar.lz
nixfiles-8504ec47c5547f6fa567f67464af49e46e9ce4de.tar.zst
nixfiles-8504ec47c5547f6fa567f67464af49e46e9ce4de.zip
switch from niv to npins
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index 8b4f463c..7d5d4227 100644
--- a/shell.nix
+++ b/shell.nix
@@ -13,7 +13,7 @@ pkgs.mkShell
   name = "nixfiles-shell";
 
   buildInputs = with pkgs; [
-    niv
+    npins
     deploy-rs
     (pkgs.callPackage "${sources.agenix}/pkgs/agenix.nix" { })
     (import sources.home-manager { inherit pkgs; }).home-manager