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=docs&rev=f684c98c4495e118f65f2377a9dbb94cda77afb9#checks.x86_64-linux.defaultProjectModule' \
--print-build-logs
Locally
Must be run from repository root directory at commit f684c98c
nix \
--extra-experimental-features nix-command \
--extra-experimental-features flakes \
--log-format raw-with-logs \
build --no-link .#checks.x86_64-linux.defaultProjectModule \
--print-build-logs
Feedback Loop
Must be run from repository root directory at commit f684c98c
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.defaultProjectModule \
--print-build-logs
Limitations