[actions] eval runner do not update lock
Some checks failed
Evaluate Hydra Jobs / eval-hydra-jobs (push) Failing after 41s
Update flakes / createPullRequest (push) Failing after 51s

This commit is contained in:
2024-10-24 00:08:16 +02:00
parent efc4ce0191
commit 8826a5e2ac

View File

@@ -3,7 +3,7 @@ on:
pull_request: pull_request:
push: push:
jobs: jobs:
tests: eval-hydra-jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
@@ -12,4 +12,8 @@ jobs:
apt update -y apt update -y
apt install sudo -y apt install sudo -y
- uses: cachix/install-nix-action@v27 - uses: cachix/install-nix-action@v27
- run: nix eval .\#hydraJobs - name: add github access token to prevent api limit
run: |
echo "access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}" >> /etc/nix/nix.conf
echo "Added github token to nix conf"
- run: nix eval --no-update-lock-file .\#hydraJobs