File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727
2828 - name : ' Install Nix/Cachix'
2929 if : ${{ !startsWith(matrix.os, 'self') }}
30- uses : cachix/install-nix-action@v22
30+ uses : cachix/install-nix-action@v31.7.0
3131 with :
32- install_url : https://releases.nixos.org/nix/nix-2.13.3 /install
32+ install_url : https://releases.nixos.org/nix/nix-2.32.0 /install
3333 extra_nix_config :
3434 access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
3535
Original file line number Diff line number Diff line change 1717 - name : ' Check out code'
1818 uses : actions/checkout@v3
1919 - name : ' Install Nix/Cachix'
20- uses : cachix/install-nix-action@v22
20+ uses : cachix/install-nix-action@v31.7.0
2121 with :
22- install_url : https://releases.nixos.org/nix/nix-2.13.3 /install
22+ install_url : https://releases.nixos.org/nix/nix-2.32.0 /install
2323 extra_nix_config :
2424 access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
2525
Original file line number Diff line number Diff line change 2626 - name : ' Install Poetry'
2727 uses : Gr1N/setup-poetry@v9
2828 - name : ' Install Nix'
29- uses : cachix/install-nix-action@v22
29+ uses : cachix/install-nix-action@v31.7.0
3030 with :
31- install_url : https://releases.nixos.org/nix/nix-2.13.3 /install
31+ install_url : https://releases.nixos.org/nix/nix-2.32.0 /install
3232 extra_nix_config : |
3333 substituters = http://cache.nixos.org https://hydra.iohk.io
3434 trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=
You can’t perform that action at this time.
0 commit comments