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
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
0 commit comments