summaryrefslogtreecommitdiff
path: root/custom/trivmix-service.nix
diff options
context:
space:
mode:
Diffstat (limited to 'custom/trivmix-service.nix')
-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 da630670..2651a2e9 100644
--- a/custom/trivmix-service.nix
+++ b/custom/trivmix-service.nix
@@ -14,7 +14,7 @@ let
14 ); 14 );
15 derivRun = stdenv.mkDerivation { 15 derivRun = stdenv.mkDerivation {
16 name = "trivmix-run"; 16 name = "trivmix-run";
17 src = '' 17 src = builtins.toFile "run.sh" ''
18 #!/bin/sh 18 #!/bin/sh
19 19
20 ${if ! isNull connectIn then "jack_connect ${connectIn} $1" else ""} 20 ${if ! isNull connectIn then "jack_connect ${connectIn} $1" else ""}