Exactly
nix \
--extra-experimental-features nix-command \
--extra-experimental-features flakes \
--log-format raw-with-logs \
build --no-link --print-out-paths 'git+ssh://git@github.com/sellout/bradix?ref=renovate%2Fubuntu-26.x&rev=32a594e84fe7ca9aae02b0d9ed9baf5bd6c3d3cd&shallow=1#formatter.x86_64-linux' \
--print-build-logs
Locally
Must be run from repository root directory at commit 32a594e8
nix \
--extra-experimental-features nix-command \
--extra-experimental-features flakes \
--log-format raw-with-logs \
build --no-link --print-out-paths .#formatter.x86_64-linux \
--print-build-logs
Feedback Loop
Must be run from repository root directory at commit 32a594e8
nix run github:NorfairKing/feedback -- -- nix \
--extra-experimental-features nix-command \
--extra-experimental-features flakes \
--log-format raw-with-logs \
build --no-link --print-out-paths .#formatter.x86_64-linux \
--print-build-logs
Limitations