You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perf(ci): use nix profile install instead of nix develop (#295)
* ci(nix): use nix profile install instead of nix develop
- Replace nix develop --command with direct command execution
- Add tools input to setup-nix action for per-job tool selection
- Install only required tools per job (e.g., gitleaks job only installs gitleaks)
- Remove cache-nix-action as nixpkgs binary cache handles caching
- This should reduce CI setup time by avoiding devShell evaluation
* fix(ci): skip pnpm install for gitleaks job
gitleaks job only needs gitleaks binary, not node dependencies
* perf(ci): use --inputs-from . for nixpkgs resolution
Use flake.lock pinned nixpkgs revision to benefit from evaluation caching
0 commit comments