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.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/development/web/nodejs/update.nix b/pkgs/development/web/nodejs/update.nix
index 9ff11982b65..bf6951dc688 100644
--- a/pkgs/development/web/nodejs/update.nix
+++ b/pkgs/development/web/nodejs/update.nix
@@ -1,4 +1,5 @@
-{ lib
+{ stdenv
+, lib
 , writeScript
 , coreutils
 , curl
@@ -11,6 +12,7 @@
 }:
 
 writeScript "update-nodejs" ''
+  #!${stdenv.shell}
   PATH=${lib.makeBinPath [ common-updater-scripts coreutils curl gnugrep jq gnupg nix ]}
 
   HOME=`mktemp -d`