aboutsummaryrefslogtreecommitdiff
path: root/tools/octopus.nix
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2019-06-19 11:24:38 +1000
committerJustin Bedo <cu@cua0.org>2019-07-03 14:59:27 +1000
commit0b6b3fa8fc20461b41a368b82c62c2f9d7472b31 (patch)
tree5c0e9aaf7fce678f1b930c3d27bfafb88ffc7a27 /tools/octopus.nix
parent999743ce240460dc25b29ed1a4db0989fd3e955c (diff)
octopus: initial functions
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;
+}