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-environments?ref=renovate%2Flock-file-maintenance&rev=de1899a9679b1458d603dfc66008da1c50e8b15d#checks.x86_64-linux.formatter' \
--print-build-logs
Locally
Must be run from repository root directory at commit de1899a9
nix \
--extra-experimental-features nix-command \
--extra-experimental-features flakes \
--log-format raw-with-logs \
build --no-link .#checks.x86_64-linux.formatter \
--print-build-logs
Feedback Loop
Must be run from repository root directory at commit de1899a9
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.formatter \
--print-build-logs
Limitations