From 36a9f76b187c59bcd63abbbbda1dfb76e4b41e15 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 7 Jun 2015 23:12:48 +0200 Subject: src should be a file, not a string --- custom/trivmix-service.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'custom/trivmix-service.nix') 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 ); derivRun = stdenv.mkDerivation { name = "trivmix-run"; - src = '' + src = builtins.toFile "run.sh" '' #!/bin/sh ${if ! isNull connectIn then "jack_connect ${connectIn} $1" else ""} -- cgit v1.2.3