summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
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 15640956..5e314af8 100644
--- a/hel.nix
+++ b/hel.nix
@@ -363,7 +363,7 @@
363 setgid = true; 363 setgid = true;
364 setuid = true; 364 setuid = true;
365 permissions = "u+rx,g+x,o+x"; 365 permissions = "u+rx,g+x,o+x";
366 source = ''${pkgs.callPackage ./custom/notify-user.nix { inherit (pkgs.haskellPackages) ghcWithPackages; inherit (config.security) wrapperDir}}/bin/notify-gkleen''; 366 source = ''${pkgs.callPackage ./custom/notify-user.nix { inherit (pkgs.haskellPackages) ghcWithPackages; inherit (config.security) wrapperDir; }}/bin/notify-gkleen'';
367 }; 367 };
368 }; 368 };
369 369