nodePackages: Use repo tree as nixpkgs
This will make sure that generate.sh uses the correct version of node2nix when building nodePackages, since the current version on 19.03 is 1.6.0 and the tree should be built with 1.7.0.
This commit is contained in:
parent
e813eb2b65
commit
f7ff79892c
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
#!/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
|
||||
|
||||
|
|
Loading…
Reference in a new issue