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/little-moments?ref=email-auth&rev=5a396e7be9ff8fd486c73003b6b87a0f87508acd#packages.x86_64-linux.check-go-formatting' \
--print-build-logs
Locally
Must be run from repository root directory at commit 5a396e7b
nix \
--extra-experimental-features nix-command \
--extra-experimental-features flakes \
--log-format raw-with-logs \
build --no-link .#packages.x86_64-linux.check-go-formatting \
--print-build-logs
Feedback Loop
Must be run from repository root directory at commit 5a396e7b
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-go-formatting \
--print-build-logs
Limitations