diff options
-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 f18e1ef6..2957bf01 100644 --- a/custom/trivmix-service.nix +++ b/custom/trivmix-service.nix | |||
@@ -46,7 +46,7 @@ let | |||
46 | }; | 46 | }; |
47 | 47 | ||
48 | service = name: mixerCfg: with mixerCfg; let | 48 | service = name: mixerCfg: with mixerCfg; let |
49 | connectScript = '' | 49 | connectScript = pkgs.writeScript "connect" '' |
50 | #!${pkgs.stdenv.shell} | 50 | #!${pkgs.stdenv.shell} |
51 | 51 | ||
52 | ${concatMapStringsSep "\n" (port: "jack_connect ${port} $1") connectIn} | 52 | ${concatMapStringsSep "\n" (port: "jack_connect ${port} $1") connectIn} |