From 251cf8112ece793f4a994a0a5edad54f80cbd057 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 21 Jul 2016 16:43:46 +0200 Subject: fix path --- hel.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hel.nix b/hel.nix index 95532a8a..f2147c3f 100644 --- a/hel.nix +++ b/hel.nix @@ -254,7 +254,7 @@ program = "notify-gkleen"; setgid = true; setuid = true; - source = pkgs.callPackage ./notify-user.nix { inherit (pkgs.haskellPackages) ghcWithPackages; user = "gkleen"; }; + source = pkgs.callPackage ./custom/notify-user.nix { inherit (pkgs.haskellPackages) ghcWithPackages; user = "gkleen"; }; } ]; }; -- cgit v1.2.3