summary refs log tree commit diff
path: root/pkgs/development/web/nodejs/update.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/web/nodejs/update.nix')
-rw-r--r--pkgs/development/web/nodejs/update.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/web/nodejs/update.nix b/pkgs/development/web/nodejs/update.nix
index bf6951dc688..7b5a4710aa0 100644
--- a/pkgs/development/web/nodejs/update.nix
+++ b/pkgs/development/web/nodejs/update.nix
@@ -9,10 +9,11 @@
 , common-updater-scripts
 , majorVersion
 , nix
+, runtimeShell
 }:
 
 writeScript "update-nodejs" ''
-  #!${stdenv.shell}
+  #!${runtimeShell}
   PATH=${lib.makeBinPath [ common-updater-scripts coreutils curl gnugrep jq gnupg nix ]}
 
   HOME=`mktemp -d`