summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index 602db286..4e528bba 100644
--- a/hel.nix
+++ b/hel.nix
@@ -360,6 +360,7 @@
360 owner = "gkleen"; 360 owner = "gkleen";
361 setgid = true; 361 setgid = true;
362 setuid = true; 362 setuid = true;
363 permissions = "u+rx,g+x,o+x";
363 source = ''${pkgs.callPackage ./custom/notify-user.nix { inherit (pkgs.haskellPackages) ghcWithPackages; }}/bin/notify-gkleen''; 364 source = ''${pkgs.callPackage ./custom/notify-user.nix { inherit (pkgs.haskellPackages) ghcWithPackages; }}/bin/notify-gkleen'';
364 }; 365 };
365 }; 366 };