diff options
author | Justin Bedo <cu@cua0.org> | 2022-01-17 15:12:58 +1100 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2022-01-17 15:12:58 +1100 |
commit | a17cebee7bd7b88427cfde8dc7c15e913b71e936 (patch) | |
tree | b0b09595c4630021832be3a70981b125eb650695 /tools | |
parent | 66f5dfcfab677acc429c2b346e15aa54d48dfedd (diff) |
octopus: allow targets to be derivations
Diffstat (limited to 'tools')
-rw-r--r-- | tools/octopus-call.nix | 1 | ||||
-rw-r--r-- | tools/octopus-callSomatic.nix | 1 |
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; |