Skip to content

Commit a314d29

Browse files
committed
update nix in CI
1 parent 6acfcbc commit a314d29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ jobs:
221221
if: ${{ matrix.runner != 'MacM1' }}
222222
uses: cachix/[email protected]
223223
with:
224-
install_url: https://releases.nixos.org/nix/nix-2.24.12/install
224+
install_url: https://releases.nixos.org/nix/nix-31.2.0/install
225225
extra_nix_config: |
226226
substituters = http://cache.nixos.org https://cache.iog.io
227227
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=

.github/workflows/update-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: 'Install Nix'
3232
uses: cachix/[email protected]
3333
with:
34-
install_url: https://releases.nixos.org/nix/nix-2.24.12/install
34+
install_url: https://releases.nixos.org/nix/nix-31.2.0/install
3535
extra_nix_config: |
3636
substituters = http://cache.nixos.org https://cache.iog.io
3737
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=

0 commit comments

Comments
 (0)