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/dotfiles?ref=renovate%2Factions-checkout-7.x&rev=114e19afd7b09e8d52da5c5457819b829107228f#checks.x86_64-linux.formatter' \
--print-build-logs
Locally
Must be run from repository root directory at commit 114e19af
nix \
--extra-experimental-features nix-command \
--extra-experimental-features flakes \
--log-format raw-with-logs \
build --no-link --print-out-paths .#checks.x86_64-linux.formatter \
--print-build-logs
Feedback Loop
Must be run from repository root directory at commit 114e19af
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 .#checks.x86_64-linux.formatter \
--print-build-logs
Limitations