Merge pull request #133657 from kevincox/node-packages-generate

node-packages: Fix generate when running from a different directory.
This commit is contained in:
Jörg Thalheim 2021-08-12 20:49:12 +01:00 committed by GitHub
commit f5a9dba0e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,7 @@
#!/usr/bin/env bash
set -eu -o pipefail
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
cd "$( dirname "${BASH_SOURCE[0]}" )"
node2nix=$(nix-build ../../.. -A nodePackages.node2nix)
cd "$DIR"
rm -f ./node-env.nix
${node2nix}/bin/node2nix -i node-packages.json -o node-packages.nix -c composition.nix
# using --no-out-link in nix-build argument would cause the