all repos — nixfiles @ 936439732e081972b28fd28f8d61226515ab18ef

System and user configuration, managed by nix and home-manager

fix nix-shell after npins migration
Alan Pearce alan@alanpearce.eu
Sun, 26 May 2024 12:59:22 +0200
commit

936439732e081972b28fd28f8d61226515ab18ef

parent

8504ec47c5547f6fa567f67464af49e46e9ce4de

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M shell.nixshell.nix
@@ -1,5 +1,5 @@ let
-  sources = import ./nix/sources.nix;
+  sources = import ./npins;
 
   nixpkgs = sources.nixpkgs;
   pkgs = import nixpkgs { };