From 936439732e081972b28fd28f8d61226515ab18ef Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 26 May 2024 12:59:22 +0200 Subject: fix nix-shell after npins migration --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { }; -- cgit 1.4.1