Reproduce

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=experimental%2Fstored-list-htmx&rev=671e194c6ec707b2ce67191ff65591c95858ad93&shallow=1#packages.x86_64-linux.default' \
    --print-build-logs

Locally

Must be run from repository root directory at commit 671e194c

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.default \
    --print-build-logs

Feedback Loop

Must be run from repository root directory at commit 671e194c

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.default \
    --print-build-logs

Limitations