nix-fast-build
Mic92/nix-fast-buildは nix-eval-jobsと nix-output-monitorを組み合わせて、 Nix式の評価を並列実行するツールです。
checksがビルドされるため、 適切にflake.nixで設定されていればリント・ビルド・テストが全て実行されます。
nix flake checkと比べて評価が並列化されるため高速です。
FlakeはGitで追跡されているファイルのみを対象とするため、 新規ファイルがある場合は事前に`git ls-files --others --exclude-standard -z | git add --intent-to-add --pathspec-from-file=- --pathspec-
[Description truncada. Veja o README completo no GitHub.]