summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2024-05-26 12:59:22 +0200
committerAlan Pearce2024-05-26 12:59:22 +0200
commit936439732e081972b28fd28f8d61226515ab18ef (patch)
treec946a716e5b5a310b158ab2c2ec8e6170ea56a31
parent8504ec47c5547f6fa567f67464af49e46e9ce4de (diff)
downloadnixfiles-936439732e081972b28fd28f8d61226515ab18ef.tar.lz
nixfiles-936439732e081972b28fd28f8d61226515ab18ef.tar.zst
nixfiles-936439732e081972b28fd28f8d61226515ab18ef.zip
fix nix-shell after npins migration
-rw-r--r--shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index 7d5d4227..37aac657 100644
--- a/shell.nix
+++ b/shell.nix
@@ -1,5 +1,5 @@
 let
-  sources = import ./nix/sources.nix;
+  sources = import ./npins;
 
   nixpkgs = sources.nixpkgs;
   pkgs = import nixpkgs { };