this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci: use official Nix installer

Also fix rate limit.

+10 -3
+10 -3
.github/workflows/build.yaml
··· 17 17 runs-on: ubuntu-latest 18 18 steps: 19 19 - uses: actions/checkout@v4 20 - - uses: DeterminateSystems/nix-installer-action@main 20 + - uses: NixOS/nix-installer-action@main 21 + with: 22 + extra-conf: | 23 + access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} 21 24 - uses: DeterminateSystems/magic-nix-cache-action@main 22 25 23 26 - name: Build hosts ··· 31 34 runs-on: macos-latest 32 35 steps: 33 36 - uses: actions/checkout@v4 34 - - uses: DeterminateSystems/nix-installer-action@main 37 + - uses: NixOS/nix-installer-action@main 38 + with: 39 + extra-conf: | 40 + access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} 35 41 - uses: DeterminateSystems/magic-nix-cache-action@main 36 42 37 43 - name: Build hosts ··· 41 47 done 42 48 43 49 - name: Apply test config 50 + # TODO permission issue in GHA if using make build 44 51 run: | 45 - sudo make host=macos-test 52 + sudo ./scripts/rebuild.py switch --flake "path:${GITHUB_WORKSPACE}#macos-test"