aboutsummaryrefslogtreecommitdiff
path: root/tools/strelka.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tools/strelka.nix')
-rw-r--r--tools/strelka.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/strelka.nix b/tools/strelka.nix
index 47d5832..04facb9 100644
--- a/tools/strelka.nix
+++ b/tools/strelka.nix
@@ -3,5 +3,6 @@
with bionix;
{
+ callSomatic = callBionixE ./strelka-callSomatic.nix;
call = callBionixE ./strelka-call.nix;
}