fix(ci): Add access token for private flake inputs
Some checks failed
CI / check (pull_request) Has been cancelled

This commit is contained in:
2026-01-14 13:53:07 -08:00
parent 352c89756f
commit 3adb01441b

View File

@@ -16,3 +16,5 @@ jobs:
- name: Check flake
run: nix flake check
env:
NIX_CONFIG: "access-tokens = git.johnogle.info=${{ secrets.GITEA_ACCESS_TOKEN }}"