aboutsummaryrefslogtreecommitdiff
path: root/tools/strelka.nix
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2018-12-18 14:05:19 +1100
committerJustin Bedo <cu@cua0.org>2018-12-18 14:11:57 +1100
commit0418c23f5d3bff108744d96d1075b0e76b580fdd (patch)
tree4a77565abe39bba1dc93139f2d4539496a041198 /tools/strelka.nix
parent2ec0e115917d194eeea6ef4c1b4b1f7f6a7f416b (diff)
qsub: refactor overriding
Diffstat (limited to 'tools/strelka.nix')
-rw-r--r--tools/strelka.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/strelka.nix b/tools/strelka.nix
index 767c270..d9d97b1 100644
--- a/tools/strelka.nix
+++ b/tools/strelka.nix
@@ -3,5 +3,5 @@
with bionix;
{
- call = callBionix ./strelka-call.nix;
+ call = callBionixE ./strelka-call.nix;
}