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@codeberg.org/mtlynch/grosiree?ref=master&rev=bfa0b74a48499f0bc93fbbc6958e198cf81e3eac#packages.x86_64-linux.go-tests' \
--print-build-logs
Locally
Must be run from repository root directory at commit bfa0b74a
nix \
--extra-experimental-features nix-command \
--extra-experimental-features flakes \
--log-format raw-with-logs \
build --no-link --print-out-paths .#packages.x86_64-linux.go-tests \
--print-build-logs
Feedback Loop
Must be run from repository root directory at commit bfa0b74a
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 .#packages.x86_64-linux.go-tests \
--print-build-logs
Limitations