From 3047cae0f583ce6897e0fc01bf13fb02fda54cc6 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 23 Feb 2017 11:55:35 +0100 Subject: Syntax --- hel.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hel.nix b/hel.nix index 15640956..5e314af8 100644 --- a/hel.nix +++ b/hel.nix @@ -363,7 +363,7 @@ setgid = true; setuid = true; permissions = "u+rx,g+x,o+x"; - source = ''${pkgs.callPackage ./custom/notify-user.nix { inherit (pkgs.haskellPackages) ghcWithPackages; inherit (config.security) wrapperDir}}/bin/notify-gkleen''; + source = ''${pkgs.callPackage ./custom/notify-user.nix { inherit (pkgs.haskellPackages) ghcWithPackages; inherit (config.security) wrapperDir; }}/bin/notify-gkleen''; }; }; -- cgit v1.2.3