Skip to content

Commit

Permalink
Try newer version of nix
Browse files Browse the repository at this point in the history
A newer version of nix should incorporate these fixes NixOS/nix#8049
  • Loading branch information
goodlyrottenapple authored Mar 5, 2024
1 parent 07f9c96 commit 97f8ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:
if: ${{ matrix.runner == 'macos-13' }}
uses: cachix/install-nix-action@v19
with:
install_url: https://releases.nixos.org/nix/nix-2.13.3/install
install_url: https://releases.nixos.org/nix/nix-2.19.3/install
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
substituters = http://cache.nixos.org https://cache.iog.io
Expand Down

0 comments on commit 97f8ac1

Please sign in to comment.