diff options
| author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-07-21 16:52:09 +0200 |
|---|---|---|
| committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-07-21 16:52:09 +0200 |
| commit | b32bc747a0909914841e3c88ab8f7040a23dc4d6 (patch) | |
| tree | 76cf1cd7c330530f5df4188ac97d0811348f4a98 | |
| parent | ceea7768752e481255eebcd08ce1324fe35b82df (diff) | |
| download | nixos-b32bc747a0909914841e3c88ab8f7040a23dc4d6.tar nixos-b32bc747a0909914841e3c88ab8f7040a23dc4d6.tar.gz nixos-b32bc747a0909914841e3c88ab8f7040a23dc4d6.tar.bz2 nixos-b32bc747a0909914841e3c88ab8f7040a23dc4d6.tar.xz nixos-b32bc747a0909914841e3c88ab8f7040a23dc4d6.zip | |
…
| -rw-r--r-- | hel.nix | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 = pkgs.lib.writeTextFile { | 257 | source = lib.writeTextFile { |
| 258 | name = "notify-gkleen"; | 258 | name = "notify-gkleen"; |
| 259 | text = '' | 259 | text = '' |
| 260 | #!${pkgs.zsh}/bin/zsh | 260 | #!${pkgs.zsh}/bin/zsh |
