We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be4cef7 commit 67e9fd7Copy full SHA for 67e9fd7
README.md
@@ -34,7 +34,7 @@ jobs:
34
runs-on: ubuntu-latest
35
steps:
36
- uses: actions/checkout@v3
37
- - uses: cachix/install-nix-action@v19
+ - uses: cachix/install-nix-action@v20
38
with:
39
nix_path: nixpkgs=channel:nixos-unstable
40
- run: nix-build
@@ -120,7 +120,7 @@ Otherwise, you can add any binary cache to nix.conf using
120
install-nix-action's own `extra_nix_config` input:
121
122
```yaml
123
-- uses: cachix/install-nix-action@v19
+- uses: cachix/install-nix-action@v20
124
125
extra_nix_config: |
126
trusted-public-keys = hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
0 commit comments