diff options
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; |