From 30d9f91faa6d091de22c4d52f7fba00e5126b1cd Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 2 Jun 2018 18:03:15 +0200 Subject: ... --- custom/uucp-mediaclient.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'custom') 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 notify = writeScript "notify.sh" '' #!${zsh}/bin/zsh - ${concatMapStringsSep "\n" ({ name, ... }: "${notify-user name}/bin/notify-${name} $@") notify.users} + ${concatMapStringsSep "\n" ({ name, ... }: "${notify-user name}/bin/notify-${name} $@") cfg.notify.users} ''; buildPhase = '' -- cgit v1.2.3