aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2022-01-17 15:12:58 +1100
committerJustin Bedo <cu@cua0.org>2022-01-17 15:12:58 +1100
commita17cebee7bd7b88427cfde8dc7c15e913b71e936 (patch)
treeb0b09595c4630021832be3a70981b125eb650695
parent66f5dfcfab677acc429c2b346e15aa54d48dfedd (diff)
octopus: allow targets to be derivations
-rw-r--r--tools/octopus-call.nix1
-rw-r--r--tools/octopus-callSomatic.nix1
2 files changed, 2 insertions, 0 deletions
diff --git a/tools/octopus-call.nix b/tools/octopus-call.nix
index 81619b6..252e210 100644
--- a/tools/octopus-call.nix
+++ b/tools/octopus-call.nix
@@ -33,6 +33,7 @@ let
let file = pkgs.writeText "regions.txt" (concatStringsSep "\n" x);
in "-t ${file}";
path = "-t ${x}";
+ set = "-t ${x}";
};
in
handler;
diff --git a/tools/octopus-callSomatic.nix b/tools/octopus-callSomatic.nix
index df41550..f2e264c 100644
--- a/tools/octopus-callSomatic.nix
+++ b/tools/octopus-callSomatic.nix
@@ -45,6 +45,7 @@ let
let file = pkgs.writeText "regions.txt" (concatStringsSep "\n" x);
in "-t ${file}";
path = "-t ${x}";
+ set = "-t ${x}";
};
in
handler;