summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index e34a3fe8..faacd3c4 100644
--- a/hel.nix
+++ b/hel.nix
@@ -254,7 +254,7 @@
254 program = "notify-gkleen"; 254 program = "notify-gkleen";
255 setgid = true; 255 setgid = true;
256 setuid = true; 256 setuid = true;
257 source = lib.writeTextFile { 257 source = pkgs.writeScript {
258 name = "notify-gkleen"; 258 name = "notify-gkleen";
259 text = '' 259 text = ''
260 #!${pkgs.zsh}/bin/zsh 260 #!${pkgs.zsh}/bin/zsh