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 2651a2e9..05d50da4 100644
--- a/custom/trivmix-service.nix
+++ b/custom/trivmix-service.nix
@@ -22,7 +22,7 @@ let
22 ''; 22 '';
23 unpackPhase = "cat"; 23 unpackPhase = "cat";
24 buildInputs = [ makeWrapper ]; 24 buildInputs = [ makeWrapper ];
25 buildPhase = '' 25 installPhase = ''
26 mkdir -p $out/bin 26 mkdir -p $out/bin
27 cp $src $out/bin/run.sh 27 cp $src $out/bin/run.sh
28 chmod 755 $out/bin/run.sh 28 chmod 755 $out/bin/run.sh