srid / nixos-flake

A flake-parts module to manage NixOS and macOS machines, along with home-manager support, in a unified fashion.
https://community.flake.parts/nixos-flake
MIT License
175 stars 19 forks source link

chore(ci): Add `x86_64-*` #55

Closed srid closed 2 months ago

srid commented 2 months ago

Access tokens

We also pass access-token to Nix to prevent github rate limits. This requires adding the following to the workflow file,

    permissions:
      contents: read

and passing the following argument to `nixci:

--extra-access-tokens "github.com=${{ secrets.GITHUB_TOKEN }}"