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%2Ffix-check-frontend&rev=deac60d12e842cd7a8fbcd6cb6204abef221878b#packages.x86_64-linux.check-bash' \
--print-build-logs
Locally
Must be run from repository root directory at commit deac60d1
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 deac60d1
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