nodePackages: Use repo tree as nixpkgs (#69351)
nodePackages: Use repo tree as nixpkgs
This commit is contained in:
commit
cca0d3f62b
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
#!/usr/bin/env nix-shell
|
#!/usr/bin/env nix-shell
|
||||||
#! nix-shell -i bash -p nodePackages.node2nix
|
#! nix-shell -I nixpkgs=../../.. -i bash -p nodePackages.node2nix
|
||||||
|
# NOTE: Script must be run from the node-packages directory
|
||||||
|
|
||||||
set -eu -o pipefail
|
set -eu -o pipefail
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue