summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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 { };