aboutsummaryrefslogtreecommitdiff
path: root/tools/strelka.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tools/strelka.nix')
-rw-r--r--tools/strelka.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/strelka.nix b/tools/strelka.nix
index a115740..767c270 100644
--- a/tools/strelka.nix
+++ b/tools/strelka.nix
@@ -1,7 +1,7 @@
{ bionix, nixpkgs }:
-with nixpkgs;
+with bionix;
{
- call = attrs: callPackage ./strelka-call.nix attrs;
+ call = callBionix ./strelka-call.nix;
}