2 Commits

Author SHA1 Message Date
33f383b0ec [actions] update flake lock updater
Some checks failed
Evaluate Hydra Jobs / eval-hydra-jobs (push) Failing after 47s
Update flakes / update-flake-lock (push) Failing after 51s
2024-10-24 00:21:07 +02:00
918c9d29bd [actions] rm WIP github token 2024-10-24 00:11:15 +02:00
2 changed files with 2 additions and 6 deletions

View File

@@ -12,8 +12,4 @@ jobs:
apt update -y
apt install sudo -y
- uses: cachix/install-nix-action@v27
- 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

View File

@@ -9,7 +9,7 @@ permissions:
pull-requests: write
contents: write
jobs:
createPullRequest:
update-flake-lock:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
@@ -23,4 +23,4 @@ jobs:
uses: DeterminateSystems/update-flake-lock@v24
with:
pr-labels: | # Labels to be set on the PR
merge-queue
autoupdate