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
commit cca0d3f62b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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