aboutsummaryrefslogtreecommitdiff
path: root/tools/octopus.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tools/octopus.nix')
-rw-r--r--tools/octopus.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/octopus.nix b/tools/octopus.nix
new file mode 100644
index 0000000..4d0c7f6
--- /dev/null
+++ b/tools/octopus.nix
@@ -0,0 +1,8 @@
+{ bionix }:
+
+with bionix;
+
+{
+ call = callBionixE ./octopus-call.nix;
+ callSomatic = callBionixE ./octopus-callSomatic.nix;
+}