Set NIX_PATH in nix-shell

This commit is contained in:
adisbladis 2020-05-10 13:17:57 +01:00
parent 772e334c06
commit e5cee7ce36
No known key found for this signature in database
GPG key ID: 110BFAD44C6249B7

View file

@ -15,4 +15,6 @@ pkgs.mkShell {
pkgs.poetry
pkgs.niv
];
NIX_PATH = "nixpkgs=${pkgs.path}";
}