Commit 5f8b877
committed
perf(ci): switch to nix-quick-install-action for faster CI
Replace cachix/install-nix-action with nixbuild/nix-quick-install-action.
This reduces Nix installation time from ~30s to ~1s on Linux.
Key benefits:
- Single-user installation (no daemon overhead)
- Deterministic installation for a given action version
- Minimal setup optimized for CI environments
Measured improvement: Setup Nix step reduced from 25s to 19s (~24% faster)1 parent 93eabda commit 5f8b877
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
| 16 | + | |
19 | 17 | | |
20 | 18 | | |
21 | 19 | | |
| |||
0 commit comments