summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2017-02-23 11:55:35 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2017-02-23 11:55:35 +0100
commit3047cae0f583ce6897e0fc01bf13fb02fda54cc6 (patch)
tree886a7f467085f27e72ee2470a833b099c9c8ac37
parent72e212521d9b2ef2384d0a1ffec95a4c1ad869f1 (diff)
downloadnixos-3047cae0f583ce6897e0fc01bf13fb02fda54cc6.tar
nixos-3047cae0f583ce6897e0fc01bf13fb02fda54cc6.tar.gz
nixos-3047cae0f583ce6897e0fc01bf13fb02fda54cc6.tar.bz2
nixos-3047cae0f583ce6897e0fc01bf13fb02fda54cc6.tar.xz
nixos-3047cae0f583ce6897e0fc01bf13fb02fda54cc6.zip
Syntax
-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