aboutsummaryrefslogtreecommitdiff
path: root/tools/octopus-call.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tools/octopus-call.nix')
-rw-r--r--tools/octopus-call.nix1
1 files changed, 1 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;