Exactly
nix \
--extra-experimental-features nix-command \
--extra-experimental-features flakes \
--log-format raw-with-logs \
build --no-link 'git+ssh://git@github.com/sellout/flaky?ref=renovate%2Flock-file-maintenance&rev=603875008e380284c3bba8a73e3f7245a2e27dd1#checks.x86_64-linux.cProjectModule' \
--print-build-logs
Locally
Must be run from repository root directory at commit 60387500
nix \
--extra-experimental-features nix-command \
--extra-experimental-features flakes \
--log-format raw-with-logs \
build --no-link .#checks.x86_64-linux.cProjectModule \
--print-build-logs
Feedback Loop
Must be run from repository root directory at commit 60387500
nix run github:NorfairKing/feedback -- -- nix \
--extra-experimental-features nix-command \
--extra-experimental-features flakes \
--log-format raw-with-logs \
build --no-link .#checks.x86_64-linux.cProjectModule \
--print-build-logs
Limitations