diff options
-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 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 = '' |