summaryrefslogtreecommitdiff
path: root/custom/uucp-mediaclient.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-06-02 18:03:52 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-06-02 18:03:52 +0200
commit3fb87a707b0d9fa71dbe8723c11085b79da0c3b9 (patch)
tree29ecf0dec408204de7196bb64f77c9e7055333ca /custom/uucp-mediaclient.nix
parent30d9f91faa6d091de22c4d52f7fba00e5126b1cd (diff)
downloadnixos-3fb87a707b0d9fa71dbe8723c11085b79da0c3b9.tar
nixos-3fb87a707b0d9fa71dbe8723c11085b79da0c3b9.tar.gz
nixos-3fb87a707b0d9fa71dbe8723c11085b79da0c3b9.tar.bz2
nixos-3fb87a707b0d9fa71dbe8723c11085b79da0c3b9.tar.xz
nixos-3fb87a707b0d9fa71dbe8723c11085b79da0c3b9.zip
...
Diffstat (limited to 'custom/uucp-mediaclient.nix')
-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 21bffb39..3d1197dc 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} $@") cfg.notify.users} 26 ${concatMapStringsSep "\n" (name: "${notify-user name}/bin/notify-${name} $@") cfg.notify.users}
27 ''; 27 '';
28 28
29 buildPhase = '' 29 buildPhase = ''