diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-09 16:41:04 +0100 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-09 16:41:04 +0100 |
| commit | a75cb731911c5b7fcd194d78010847f14f0f69fe (patch) | |
| tree | be6d06e3409d4fb7611c7fa4ced02d62eef66978 /custom | |
| parent | 91e7a818fc03704ef66176597551de347daafcd1 (diff) | |
| download | nixos-a75cb731911c5b7fcd194d78010847f14f0f69fe.tar nixos-a75cb731911c5b7fcd194d78010847f14f0f69fe.tar.gz nixos-a75cb731911c5b7fcd194d78010847f14f0f69fe.tar.bz2 nixos-a75cb731911c5b7fcd194d78010847f14f0f69fe.tar.xz nixos-a75cb731911c5b7fcd194d78010847f14f0f69fe.zip | |
Fix typo
Diffstat (limited to 'custom')
| -rw-r--r-- | custom/trivmix-service.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/trivmix-service.nix b/custom/trivmix-service.nix index 56b26b6f..7243f5e1 100644 --- a/custom/trivmix-service.nix +++ b/custom/trivmix-service.nix | |||
| @@ -18,7 +18,7 @@ let | |||
| 18 | #!${stdenv.shell} | 18 | #!${stdenv.shell} |
| 19 | 19 | ||
| 20 | ${optionalString (! isNull connectIn) "jack_connect ${connectIn} $1"} | 20 | ${optionalString (! isNull connectIn) "jack_connect ${connectIn} $1"} |
| 21 | ${optionalString (! isNull connectOut) "jack_connect $2 ${connectOu}"} | 21 | ${optionalString (! isNull connectOut) "jack_connect $2 ${connectOut}"} |
| 22 | ''; | 22 | ''; |
| 23 | inherit (stdenv.lib) optionalString; | 23 | inherit (stdenv.lib) optionalString; |
| 24 | in { | 24 | in { |
