mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 16:51:40 -05:00
Pin NIX_PATH in nix-shell
This commit is contained in:
parent
8d2251bde8
commit
1b3d0349b4
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@ let
|
|||
tools = pkgs.callPackage ./tools { };
|
||||
in
|
||||
pkgs.mkShell {
|
||||
|
||||
NIX_PATH = "nixpkgs=${sources.nixpkgs}";
|
||||
|
||||
buildInputs = [
|
||||
tools.flamegraph
|
||||
tools.release
|
||||
|
|
Loading…
Add table
Reference in a new issue