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 5e0602f commit b669fb7Copy full SHA for b669fb7
template/{% if github_actions %}.github{% endif %}/workflows/{% if nix %}nix.yml{% endif %}.jinja
@@ -34,7 +34,7 @@ jobs:
34
runs-on: ubuntu-latest
35
36
steps:
37
- - uses: cachix/install-nix-action@v20
+ - uses: cachix/install-nix-action@v22
38
with:
39
nix_path: ${{ env.NIX_CHANNEL }}
40
install_url: ${{ env.NIX_INSTALL_URL }}
@@ -69,7 +69,7 @@ jobs:
69
70
- uses: actions/checkout@v3
71
- name: Install Nix ❄️
72
- uses: cachix/install-nix-action@v20
+ uses: cachix/install-nix-action@v22
73
74
extra_nix_config: "system-features = nixos-test benchmark big-parallel kvm"
75
0 commit comments