spark-wallet/generate.sh: remove TODO-EXTERNAL

It makes sense in general to explicitly set the nodejs version.
This commit is contained in:
Erik Arvstedt 2022-06-28 00:08:24 +02:00
parent c7eab98a31
commit 2106a2cdea
No known key found for this signature in database
GPG Key ID: 33312B944DD97846
1 changed files with 0 additions and 4 deletions

View File

@ -27,10 +27,6 @@ tar xvf $TMPDIR/$file -C $src --strip-components 1 >/dev/null
# Make qrcode-terminal a strict dependency so that node2nix includes it in the package derivation.
jq '.dependencies["qrcode-terminal"] = .optionalDependencies["qrcode-terminal"]' $src/package.json | sponge $src/package.json
# Generate nix pkg
# TODO-EXTERNAL: remove --nodejs-14 option once
# https://github.com/svanderburg/node2nix/pull/296 has made its way into a
# node2nix release.
node2nix \
--nodejs-14 \
--input $src/package.json \