aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2019-12-17 12:30:38 +1100
committerJustin Bedo <cu@cua0.org>2019-12-17 12:32:45 +1100
commit4a7f5bfd34f53906901059c501aff9b5459eccf8 (patch)
tree19a6f0b0596be2971d95ef73de15390e21dcafc0 /tools
parentc48e7b40c82326006136463282b803eebc648df0 (diff)
delly: init
Diffstat (limited to 'tools')
-rw-r--r--tools/delly.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/delly.nix b/tools/delly.nix
new file mode 100644
index 0000000..9bac4c6
--- /dev/null
+++ b/tools/delly.nix
@@ -0,0 +1,7 @@
+{ bionix }:
+
+with bionix;
+
+{
+ call = callBionixE ./delly-call.nix;
+}