aboutsummaryrefslogtreecommitdiff
path: root/tools/fastqc-check.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tools/fastqc-check.nix')
-rw-r--r--tools/fastqc-check.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/fastqc-check.nix b/tools/fastqc-check.nix
index 17d6183..d33b987 100644
--- a/tools/fastqc-check.nix
+++ b/tools/fastqc-check.nix
@@ -1,14 +1,13 @@
{ bionix
-, nixpkgs
, flags ? null
}:
-with nixpkgs;
+with bionix;
with lib;
input:
-stdenv.mkDerivation {
+stage {
name = "fastqc-check";
buildInputs = [ bionix.fastqc.fastqc ];
buildCommand = ''