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=f74bd6a0b5c37735a36f18d4cf499252d6ad82a2#checks.x86_64-linux.cProjectModule' \
--print-build-logs
Locally
Must be run from repository root directory at commit f74bd6a0
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 f74bd6a0
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