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/NorfairKing/niks3?ref=fix%2Fregister-completed-object&rev=eefd861c77d20afa94829bc1a8c5d32eb3380e2d#checks.x86_64-linux.package-niks3-tests' \
--print-build-logs
Locally
Must be run from repository root directory at commit eefd861c
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.package-niks3-tests \
--print-build-logs
Feedback Loop
Must be run from repository root directory at commit eefd861c
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.package-niks3-tests \
--print-build-logs
Limitations