diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-06-02 18:03:52 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-06-02 18:03:52 +0200 |
commit | 3fb87a707b0d9fa71dbe8723c11085b79da0c3b9 (patch) | |
tree | 29ecf0dec408204de7196bb64f77c9e7055333ca /custom | |
parent | 30d9f91faa6d091de22c4d52f7fba00e5126b1cd (diff) | |
download | nixos-3fb87a707b0d9fa71dbe8723c11085b79da0c3b9.tar nixos-3fb87a707b0d9fa71dbe8723c11085b79da0c3b9.tar.gz nixos-3fb87a707b0d9fa71dbe8723c11085b79da0c3b9.tar.bz2 nixos-3fb87a707b0d9fa71dbe8723c11085b79da0c3b9.tar.xz nixos-3fb87a707b0d9fa71dbe8723c11085b79da0c3b9.zip |
...
Diffstat (limited to 'custom')
-rw-r--r-- | custom/uucp-mediaclient.nix | 2 |
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 = '' |