nodejs: update update script (#401879)
This commit is contained in:
@@ -25,7 +25,6 @@
|
||||
jq,
|
||||
curl,
|
||||
common-updater-scripts,
|
||||
nix,
|
||||
runtimeShell,
|
||||
gnupg,
|
||||
installShellFiles,
|
||||
@@ -520,13 +519,13 @@ let
|
||||
passthru.updateScript = import ./update.nix {
|
||||
inherit
|
||||
writeScript
|
||||
coreutils
|
||||
gnugrep
|
||||
jq
|
||||
curl
|
||||
common-updater-scripts
|
||||
coreutils
|
||||
curl
|
||||
fetchurl
|
||||
gnugrep
|
||||
gnupg
|
||||
nix
|
||||
jq
|
||||
runtimeShell
|
||||
;
|
||||
inherit lib;
|
||||
|
||||
Reference in New Issue
Block a user