aboutsummaryrefslogtreecommitdiff
path: root/tools/bwa-index.nix
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2018-10-04 12:06:54 +1000
committerJustin Bedo <cu@cua0.org>2018-10-04 12:06:54 +1000
commitfe68926931b280aaf29808566b49b2e704e8556a (patch)
treedad0e9e11852e161c87ea6b7f4f6100a5180b9f2 /tools/bwa-index.nix
parent51f3817ecd2ad099b951d11e55eb3e2c516174d3 (diff)
Refactor to use bionix tree directly
Diffstat (limited to 'tools/bwa-index.nix')
-rw-r--r--tools/bwa-index.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/bwa-index.nix b/tools/bwa-index.nix
index 3329221..3f9d385 100644
--- a/tools/bwa-index.nix
+++ b/tools/bwa-index.nix
@@ -1,11 +1,11 @@
-{ stdenv
-, lib
-, bwa
+{ bionix
+, nixpkgs
, flags ? null
}:
ref:
+with nixpkgs;
with lib;
stdenv.mkDerivation {