fix(forgejo-runner): maybe?
Some checks failed
flake-update / flake-update check (push) Has been cancelled
flake-update / flake-update (push) Has been cancelled
nodes / nodes-home-home-base (push) Failing after 24s
nodes / nodes check (push) Failing after 1m30s
nodes / nodes-home-home-graphical (push) Failing after 43s
nodes / nodes-home-home-neovim (push) Failing after 23s
nodes / nodes-nixos-mei (push) Failing after 23s
nodes / nodes-home-home-shell (push) Failing after 45s
nodes / nodes-nixos-mai (push) Failing after 44s

This commit is contained in:
Kat Inskip 2025-10-13 09:09:58 -07:00
parent 69d80bde5b
commit 6fe1921360
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
6 changed files with 82 additions and 43 deletions

View file

@ -5,6 +5,7 @@ env:
CI_CONFIG: ./ci/flake-cron.nix
CI_PLATFORM: gh-actions
DISCORD_WEBHOOK_LINK: ${{ secrets.DISCORD_WEBHOOK_LINK }}
NIX_CONFIG: ${{ secrets.NIX_CONFIG }}
jobs:
ci-check:
name: flake-update check
@ -52,6 +53,7 @@ jobs:
NF_CONFIG_ROOT: ${{ github.workspace }}
NF_UPDATE_CACHIX_PUSH: '1'
NF_UPDATE_GIT_COMMIT: '1'
NIX_CONFIG: ${{ secrets.NIX_CONFIG }}
id: flake-update
name: flake update build
run: nix run .#nf-update