Skip to content

Commit 37b37d7

Browse files
committed
perf(ci): switch to nix-quick-install-action for faster CI
Replace cachix/install-nix-action with nixbuild/nix-quick-install-action. This should reduce Nix installation time from ~30-60s to ~1s on Linux. Key differences: - Single-user installation (no daemon) - Deterministic installation for a given action version - Minimal overhead optimized for CI environments
1 parent 93eabda commit 37b37d7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/actions/setup-nix/action.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ runs:
1313
using: 'composite'
1414
steps:
1515
- name: Install Nix
16-
uses: cachix/install-nix-action@4e002c8ec80594ecd40e759629461e26c8abed15 # v31.9.0
17-
with:
18-
github_access_token: ${{ github.token }}
16+
uses: nixbuild/nix-quick-install-action@c245e13f8a7be373da8a36b4adcce5e0cb7dd3a2 # v30
1917

2018
- name: Install tools from nixpkgs
2119
shell: bash

0 commit comments

Comments
 (0)