summary refs log tree commit diff
path: root/pkgs/applications/misc/hello-unfree/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/hello-unfree/default.nix')
-rw-r--r--pkgs/applications/misc/hello-unfree/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/hello-unfree/default.nix b/pkgs/applications/misc/hello-unfree/default.nix
index ef378b2c5ff..c055bddec69 100644
--- a/pkgs/applications/misc/hello-unfree/default.nix
+++ b/pkgs/applications/misc/hello-unfree/default.nix
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
   installPhase = ''
     mkdir -p $out/bin
     cat > $out/bin/hello-unfree << EOF
-    #!/bin/sh
+    #!${stdenv.shell}
     echo "Hello, you are running an unfree system!"
     EOF
     chmod +x $out/bin/hello-unfree