From a17cebee7bd7b88427cfde8dc7c15e913b71e936 Mon Sep 17 00:00:00 2001 From: Justin Bedo Date: Mon, 17 Jan 2022 15:12:58 +1100 Subject: octopus: allow targets to be derivations --- tools/octopus-call.nix | 1 + tools/octopus-callSomatic.nix | 1 + 2 files changed, 2 insertions(+) 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; -- cgit v1.2.3