diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/fastp-check.nix (renamed from tools/fastp-run.nix) | 0 | ||||
-rw-r--r-- | tools/fastp.nix | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/tools/fastp-run.nix b/tools/fastp-check.nix index c7cbb3c..c7cbb3c 100644 --- a/tools/fastp-run.nix +++ b/tools/fastp-check.nix diff --git a/tools/fastp.nix b/tools/fastp.nix index 52c9041..90f6c1d 100644 --- a/tools/fastp.nix +++ b/tools/fastp.nix @@ -4,6 +4,6 @@ with bionix; rec { app = pkgs.callPackage ./fastp-app.nix {}; - run = callBionixE ./fastp-run.nix; + check = callBionixE ./fastp-check.nix; } |