summaryrefslogtreecommitdiff
path: root/custom
diff options
context:
space:
mode:
Diffstat (limited to 'custom')
-rw-r--r--custom/trivmix-service.nix2
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;
24in { 24in {