srid / haskell-flake

A `flake-parts` Nix module for Haskell development
https://community.flake.parts/haskell-flake
MIT License
128 stars 14 forks source link

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

Closed srid closed 2 weeks ago

srid commented 2 weeks ago

Drop aarch64-linux.


And pass access-token to prevent github rate limits. This requires adding,

    permissions:
      contents: read

and passing the following argument to `nixci:

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