Update .forgejo/workflows/build.yaml

This commit is contained in:
Tommy 2024-08-11 19:40:27 +00:00
parent dd445bf847
commit 79b3f805c5
Signed by: Mooo[bot]
GPG key ID: CF3AFE4D5B62BB9A

View file

@ -16,7 +16,8 @@ jobs:
- uses: actions/checkout@v4
- name: Install Nix
uses: https://github.com/cachix/install-nix-action@v27
# with:
with:
nix_path: nixpkgs=channel:nixos-unstable
# # Mostly to avoid GitHub rate limiting
# extra_nix_config: |
# access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}