We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9190362 commit d1431a5Copy full SHA for d1431a5
pkgs/by-name/su/sunshine/updater.sh
@@ -16,7 +16,7 @@ rm -f package-lock.json package.json
16
wget "$url/package.json"
17
npm i --package-lock-only
18
npm_hash=$(prefetch-npm-deps package-lock.json)
19
-sed -i 's#npmDepsHash = "[^"]*"#npmDepsHash = "'"$npm_hash"'"#' default.nix
+sed -i 's#npmDepsHash = "[^"]*"#npmDepsHash = "'"$npm_hash"'"#' package.nix
20
rm -f package.json
21
22
popd
0 commit comments