From 52824e39eea9513e7ed85077c5102040904315fa Mon Sep 17 00:00:00 2001 From: ahtlon Date: Sat, 18 Jan 2025 23:41:53 +0100 Subject: [PATCH] with nix flake check the hydraJobs output is evaluated in the same way as Hydra's hydra-eval-jobs --- .gitea/workflows/eval-hydra-jobs.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .gitea/workflows/eval-hydra-jobs.yml diff --git a/.gitea/workflows/eval-hydra-jobs.yml b/.gitea/workflows/eval-hydra-jobs.yml deleted file mode 100644 index 6a6d5ee..0000000 --- a/.gitea/workflows/eval-hydra-jobs.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: "Evaluate Hydra Jobs" -on: - pull_request: - push: -jobs: - eval-hydra-jobs: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - name: Install dependencies for Nix setup action - run: | - apt update -y - apt install sudo -y - - uses: cachix/install-nix-action@v27 - - run: nix eval --no-update-lock-file --accept-flake-config .\#hydraJobs