aboutsummaryrefslogtreecommitdiff
path: root/tools/fastp.nix
blob: 52c9041f58e690bdb3f1c9e6b9e719096cc877d3 (plain)
1
2
3
4
5
6
7
8
9
{ bionix }:

with bionix;

rec {
    app = pkgs.callPackage ./fastp-app.nix {};
    run = callBionixE ./fastp-run.nix;
}