aboutsummaryrefslogtreecommitdiff
path: root/tools/fastp-check.nix
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2021-08-25 10:01:58 +1000
committerJustin Bedo <cu@cua0.org>2021-08-25 10:01:58 +1000
commit73f249f6e6ab181e71464a9f305ca13656ebf901 (patch)
treea8298e9e0d1d4aeeb51cdac70f1510a32207aba3 /tools/fastp-check.nix
parentbc5709e934bbe1d477764fe153a198ccc669e6bb (diff)
fastp: use nixpkgs version
Diffstat (limited to 'tools/fastp-check.nix')
-rw-r--r--tools/fastp-check.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/fastp-check.nix b/tools/fastp-check.nix
index bd522d8..06f00ae 100644
--- a/tools/fastp-check.nix
+++ b/tools/fastp-check.nix
@@ -16,7 +16,7 @@ let
out =
stage {
name = "fastp";
- buildInputs = [ fastp.app ];
+ buildInputs = [ pkgs.fastp ];
outputs = [ "out" "fastq1" "json" ] ++ (if input2 != null then [ "fastq2" ] else []);
buildCommand = ''
mkdir -p $out