Merge pull request #129765 from Luflosi/generate.sh-quote-variable

nodePackages: fix generate.sh failing on path with space
This commit is contained in:
Sandro 2021-07-11 18:55:23 +02:00 committed by GitHub
commit 180af134d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ set -eu -o pipefail
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
node2nix=$(nix-build ../../.. -A nodePackages.node2nix)
cd ${DIR}
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