summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-07-21 16:43:46 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-07-21 16:43:46 +0200
commit251cf8112ece793f4a994a0a5edad54f80cbd057 (patch)
treea217c01b22afdbcbfdc9c0de64f1e0f2ff9eba77
parentf670428abfce7f2d38358a15a0da22c17943736f (diff)
downloadnixos-251cf8112ece793f4a994a0a5edad54f80cbd057.tar
nixos-251cf8112ece793f4a994a0a5edad54f80cbd057.tar.gz
nixos-251cf8112ece793f4a994a0a5edad54f80cbd057.tar.bz2
nixos-251cf8112ece793f4a994a0a5edad54f80cbd057.tar.xz
nixos-251cf8112ece793f4a994a0a5edad54f80cbd057.zip
fix path
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 95532a8a..f2147c3f 100644
--- a/hel.nix
+++ b/hel.nix
@@ -254,7 +254,7 @@
254 program = "notify-gkleen"; 254 program = "notify-gkleen";
255 setgid = true; 255 setgid = true;
256 setuid = true; 256 setuid = true;
257 source = pkgs.callPackage ./notify-user.nix { inherit (pkgs.haskellPackages) ghcWithPackages; user = "gkleen"; }; 257 source = pkgs.callPackage ./custom/notify-user.nix { inherit (pkgs.haskellPackages) ghcWithPackages; user = "gkleen"; };
258 } 258 }
259 ]; 259 ];
260 }; 260 };