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=serve-fix&rev=7de738bb17e667aef6630265a9e3176a4ff8b460#packages.x86_64-linux.go-tests' \
--print-build-logs
Locally
Must be run from repository root directory at commit 7de738bb
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 7de738bb
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