Exactly
nix \
--extra-experimental-features nix-command \
--extra-experimental-features flakes \
--log-format raw-with-logs \
build --no-link 'git+ssh://git@codeberg.org/mtlynch/go-app-starter?ref=backport%2Fsemantic-html&rev=0232bf6e466081003d1f47b4c3796d57bf26035b#packages.x86_64-linux.check-bash' \
--print-build-logs
Locally
Must be run from repository root directory at commit 0232bf6e
nix \
--extra-experimental-features nix-command \
--extra-experimental-features flakes \
--log-format raw-with-logs \
build --no-link .#packages.x86_64-linux.check-bash \
--print-build-logs
Feedback Loop
Must be run from repository root directory at commit 0232bf6e
nix run github:NorfairKing/feedback -- -- nix \
--extra-experimental-features nix-command \
--extra-experimental-features flakes \
--log-format raw-with-logs \
build --no-link .#packages.x86_64-linux.check-bash \
--print-build-logs
Limitations