nodePackages: Use repo tree as nixpkgs (#69351)

nodePackages: Use repo tree as nixpkgs
This commit is contained in:
Jörg Thalheim
2019-10-11 10:32:26 +01:00
committed by GitHub

View File

@@ -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