diff options
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 05d50da4..7187ab28 100644 --- a/custom/trivmix-service.nix +++ b/custom/trivmix-service.nix | |||
@@ -10,7 +10,7 @@ | |||
10 | 10 | ||
11 | let | 11 | let |
12 | genRun = if ! isNull run then run else ( | 12 | genRun = if ! isNull run then run else ( |
13 | "${derivRun}/run.sh" | 13 | "${derivRun}/bin/run.sh" |
14 | ); | 14 | ); |
15 | derivRun = stdenv.mkDerivation { | 15 | derivRun = stdenv.mkDerivation { |
16 | name = "trivmix-run"; | 16 | name = "trivmix-run"; |