summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2017-03-01 14:56:09 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2017-03-01 14:56:09 +0100
commitbec33e1c9d1305b86c5be5bc508f1daa72f6d9c0 (patch)
tree51ee1dd73f93c2af5abbe526a9f6c4195c0c01b7
parent287abe234d3778962664b83e09d2eb1e3c1ead80 (diff)
downloadnixos-bec33e1c9d1305b86c5be5bc508f1daa72f6d9c0.tar
nixos-bec33e1c9d1305b86c5be5bc508f1daa72f6d9c0.tar.gz
nixos-bec33e1c9d1305b86c5be5bc508f1daa72f6d9c0.tar.bz2
nixos-bec33e1c9d1305b86c5be5bc508f1daa72f6d9c0.tar.xz
nixos-bec33e1c9d1305b86c5be5bc508f1daa72f6d9c0.zip
notify-user does not need to know about security wrappers
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 95db2ebb..e6a50da2 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; }}/bin/notify-gkleen'';
367 }; 367 };
368 }; 368 };
369 369