summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-07-21 21:09:35 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-07-21 21:09:35 +0200
commit4f580038cc13372e482e76ac181406c6354cd992 (patch)
tree92452bcb3dda53a4be2452c165e618c63025f841 /hel.nix
parentcda98899f840a68c199fed292ef434d002b9eb9a (diff)
downloadnixos-4f580038cc13372e482e76ac181406c6354cd992.tar
nixos-4f580038cc13372e482e76ac181406c6354cd992.tar.gz
nixos-4f580038cc13372e482e76ac181406c6354cd992.tar.bz2
nixos-4f580038cc13372e482e76ac181406c6354cd992.tar.xz
nixos-4f580038cc13372e482e76ac181406c6354cd992.zip
fix path
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 4255dcca..7e00d452 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 = pkgs.callPackage ./custom/notify-user.nix { inherit (pkgs.haskellPackages) ghcWithPackages; }; 257 source = ''${pkgs.callPackage ./custom/notify-user.nix { inherit (pkgs.haskellPackages) ghcWithPackages; }}/bin/notify-gkleen'';
258 } 258 }
259 ]; 259 ];
260 }; 260 };