spark-wallet/generate: remove supplement.json

This file is empty and has no effect.
This commit is contained in:
Erik Arvstedt
2021-03-16 12:46:19 +01:00
parent 84b3217c3d
commit 81db927f66
4 changed files with 3 additions and 9 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ jq '.dependencies["qrcode-terminal"] = .optionalDependencies["qrcode-terminal"]'
# Run node2nix
cp pkg.json $TMPDIR/pkg.json
node2nix --nodejs-10 -i $TMPDIR/pkg.json -c composition.nix --no-copy-node-env --supplement-input supplement.json
node2nix --nodejs-10 -i $TMPDIR/pkg.json -c composition.nix --no-copy-node-env
# Use verified source in node-packages.nix
url="https://github.com/shesek/spark-wallet/releases/download/v$version/spark-wallet-$version-npm.tgz"