nodejs: update update script (#401879)

This commit is contained in:
Arne Keller
2025-05-09 14:10:30 +02:00
committed by GitHub
4 changed files with 31 additions and 814 deletions
+5 -6
View File
@@ -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;