diff --git a/.gitea/workflows/checks-integration.yaml b/.gitea/workflows/checks-impure.yaml similarity index 77% rename from .gitea/workflows/checks-integration.yaml rename to .gitea/workflows/checks-impure.yaml index a750e738..badacf0e 100644 --- a/.gitea/workflows/checks-integration.yaml +++ b/.gitea/workflows/checks-impure.yaml @@ -8,4 +8,4 @@ jobs: runs-on: nix steps: - uses: actions/checkout@v3 - - run: nix run .#checks-integration + - run: nix run .#checks-impure diff --git a/checks/integration/flake-module.nix b/checks/integration/flake-module.nix index 3f51a34e..abc143e6 100644 --- a/checks/integration/flake-module.nix +++ b/checks/integration/flake-module.nix @@ -37,7 +37,7 @@ packages = integrationTests // { # a script that executes all other checks - checks-integration = pkgs.writeShellScriptBin "checks-integration" '' + checks-impure = pkgs.writeShellScriptBin "checks-impure" '' #!${pkgs.bash}/bin/bash set -euo pipefail ${lib.concatMapStringsSep "\n" (name: ''