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 44cebb6 commit 4d340f3Copy full SHA for 4d340f3
.github/workflows/ci.yml
@@ -100,7 +100,7 @@ jobs:
100
matrix: ${{ steps.set-matrix.outputs.matrix }}
101
steps:
102
- uses: actions/checkout@v4
103
- - uses: cachix/install-nix-action@v29
+ - uses: cachix/install-nix-action@v30
104
with:
105
nix_path: nixpkgs=channel:nixos-24.05
106
extra_nix_config: "system-features = nixos-test benchmark big-parallel kvm"
@@ -131,7 +131,7 @@ jobs:
131
nix-store.nar-${{ runner.os }}-${{ hashFiles('flake.lock') }}-
132
nix-store.nar-${{ runner.os }}-
133
134
135
136
137
0 commit comments