diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-06-02 18:04:41 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-06-02 18:04:41 +0200 |
| commit | 9bedd2b65944a90b13130cf943a91528bf33f1a7 (patch) | |
| tree | 544fbfee4c184948426406d36e71973b5f272741 | |
| parent | 2364064cde48ed375d7fbbfb763896e663fc5faf (diff) | |
| download | nixos-9bedd2b65944a90b13130cf943a91528bf33f1a7.tar nixos-9bedd2b65944a90b13130cf943a91528bf33f1a7.tar.gz nixos-9bedd2b65944a90b13130cf943a91528bf33f1a7.tar.bz2 nixos-9bedd2b65944a90b13130cf943a91528bf33f1a7.tar.xz nixos-9bedd2b65944a90b13130cf943a91528bf33f1a7.zip | |
...
| -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 = '' |
