diff options
Diffstat (limited to 'custom/notify-users.nix')
-rw-r--r-- | custom/notify-users.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/notify-users.nix b/custom/notify-users.nix index e68b0be2..82cbcc6c 100644 --- a/custom/notify-users.nix +++ b/custom/notify-users.nix | |||
@@ -20,7 +20,7 @@ let | |||
20 | 20 | ||
21 | buildPhase = '' | 21 | buildPhase = '' |
22 | substituteAllInPlace notify-user.hs | 22 | substituteAllInPlace notify-user.hs |
23 | ${ghcWithPackages (p: with p; [ Glob process libnotify getopt-simple containers ])}/bin/ghc -odir . -hidir . $src -o notify-${userName} | 23 | ${haskellPackages.ghcWithPackages (p: with p; [ Glob process libnotify getopt-simple containers ])}/bin/ghc -odir . -hidir . $src -o notify-${userName} |
24 | ''; | 24 | ''; |
25 | 25 | ||
26 | installPhase = '' | 26 | installPhase = '' |