mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
Set NIX_PATH in nix-shell
This commit is contained in:
parent
772e334c06
commit
e5cee7ce36
1 changed files with 2 additions and 0 deletions
|
@ -15,4 +15,6 @@ pkgs.mkShell {
|
|||
pkgs.poetry
|
||||
pkgs.niv
|
||||
];
|
||||
|
||||
NIX_PATH = "nixpkgs=${pkgs.path}";
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue