File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 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@v3
37
- - uses : cachix/install-nix-action@v22
37
+ - uses : cachix/install-nix-action@v27
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@v25
55
+ - uses : cachix/install-nix-action@v27
56
56
with :
57
57
github_access_token : ${{ secrets.GITHUB_TOKEN }}
58
58
- run : nix build
@@ -147,7 +147,7 @@ Otherwise, you can add any binary cache to nix.conf using
147
147
install-nix-action's own ` extra_nix_config ` input:
148
148
149
149
``` yaml
150
- - uses : cachix/install-nix-action@v25
150
+ - uses : cachix/install-nix-action@v27
151
151
with :
152
152
extra_nix_config : |
153
153
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