summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-06-02 18:03:15 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-06-02 18:03:15 +0200
commit30d9f91faa6d091de22c4d52f7fba00e5126b1cd (patch)
tree56b564c464140776aea973f4f2aa513b3c671139
parenta43f465bc70a2002acb50700526516c1c14323f4 (diff)
downloadnixos-30d9f91faa6d091de22c4d52f7fba00e5126b1cd.tar
nixos-30d9f91faa6d091de22c4d52f7fba00e5126b1cd.tar.gz
nixos-30d9f91faa6d091de22c4d52f7fba00e5126b1cd.tar.bz2
nixos-30d9f91faa6d091de22c4d52f7fba00e5126b1cd.tar.xz
nixos-30d9f91faa6d091de22c4d52f7fba00e5126b1cd.zip
...
-rw-r--r--custom/uucp-mediaclient.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/uucp-mediaclient.nix b/custom/uucp-mediaclient.nix
index 5ec91e25..21bffb39 100644
--- a/custom/uucp-mediaclient.nix
+++ b/custom/uucp-mediaclient.nix
@@ -23,7 +23,7 @@ let
23 notify = writeScript "notify.sh" '' 23 notify = writeScript "notify.sh" ''
24 #!${zsh}/bin/zsh 24 #!${zsh}/bin/zsh
25 25
26 ${concatMapStringsSep "\n" ({ name, ... }: "${notify-user name}/bin/notify-${name} $@") notify.users} 26 ${concatMapStringsSep "\n" ({ name, ... }: "${notify-user name}/bin/notify-${name} $@") cfg.notify.users}
27 ''; 27 '';
28 28
29 buildPhase = '' 29 buildPhase = ''