diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/delly.nix | 7 |
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; +} |