From 893540b17b9045fdcaf56136d5f8f42a78d4c458 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 21 Jul 2016 20:18:13 +0200 Subject: less smart shell --- hel.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hel.nix b/hel.nix index 13d0c6e5..8394c814 100644 --- a/hel.nix +++ b/hel.nix @@ -255,7 +255,7 @@ setgid = true; setuid = true; source = pkgs.writeScript "notify-gkleen" '' - #!${pkgs.zsh}/bin/zsh + #!${pkgs.stdenv.shell} trap "exit 0" EXIT -- cgit v1.2.3