diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-06-02 18:05:34 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-06-02 18:05:34 +0200 |
commit | 54a7458a16580cae7d17d6c0ca2050504e3b476f (patch) | |
tree | 61900f8937782d9a12bbd7ad5fce446287a61185 /custom | |
parent | 00dc47c6642d9a18d4c00c2693379907102eb243 (diff) | |
download | nixos-54a7458a16580cae7d17d6c0ca2050504e3b476f.tar nixos-54a7458a16580cae7d17d6c0ca2050504e3b476f.tar.gz nixos-54a7458a16580cae7d17d6c0ca2050504e3b476f.tar.bz2 nixos-54a7458a16580cae7d17d6c0ca2050504e3b476f.tar.xz nixos-54a7458a16580cae7d17d6c0ca2050504e3b476f.zip |
...
Diffstat (limited to 'custom')
-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 = '' |