File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 34
34
runs-on : ubuntu-latest
35
35
steps :
36
36
- uses : actions/checkout@v4
37
- - uses : cachix/install-nix-action@v27
37
+ - uses : cachix/install-nix-action@v31
38
38
with :
39
39
nix_path : nixpkgs=channel:nixos-unstable
40
40
- run : nix-build
52
52
runs-on : ubuntu-latest
53
53
steps :
54
54
- uses : actions/checkout@v4
55
- - uses : cachix/install-nix-action@v27
55
+ - uses : cachix/install-nix-action@v31
56
56
with :
57
57
github_access_token : ${{ secrets.GITHUB_TOKEN }}
58
58
- run : nix build
@@ -146,7 +146,7 @@ Otherwise, you can add any binary cache to nix.conf using
146
146
install-nix-action's own ` extra_nix_config ` input:
147
147
148
148
``` yaml
149
- - uses : cachix/install-nix-action@v27
149
+ - uses : cachix/install-nix-action@v31
150
150
with :
151
151
extra_nix_config : |
152
152
trusted-public-keys = hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
You can’t perform that action at this time.
0 commit comments