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 3b49c9c7..9fcf11c8 100644 --- a/custom/uucp-mediaclient.nix +++ b/custom/uucp-mediaclient.nix | |||
| @@ -25,7 +25,7 @@ let | |||
| 25 | 25 | ||
| 26 | input=$(cat) | 26 | input=$(cat) |
| 27 | 27 | ||
| 28 | ${concatMapStringsSep "\n" (name: ''${notify-user name}/bin/notify-${name} $@ <<<''${input}'') cfg.notify.users} | 28 | ${concatMapStringsSep "\n" (name: ''${wrapperDir}/notify-${name} $@ <<<''${input}'') cfg.notify.users} |
| 29 | ''; | 29 | ''; |
| 30 | 30 | ||
| 31 | buildPhase = '' | 31 | buildPhase = '' |
