Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Improve performance for nix jobs in CI
Defaulting to max-jobs = auto should improve build times by using more cores. Setting always-allow-substitutes to true should cause all nix derivations to be cached on cachix, which should improve performance of the MacOS job dramatically, when no rebuilds need to happen.