with nix flake check the hydraJobs output is evaluated in the same way as Hydra's hydra-eval-jobs

This commit is contained in:
ahtlon
2025-01-18 23:41:53 +01:00
committed by kalipso
parent 9ba607ce16
commit b223f0cb0c

View File

@@ -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