Reproduce

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=file-id&rev=b96aa8e72c7e1c8e948469bab511465ee6d5b4ff#packages.x86_64-linux.backend' \
    --print-build-logs

Locally

Must be run from repository root directory at commit b96aa8e7

nix \
    --extra-experimental-features nix-command \
    --extra-experimental-features flakes \
    --log-format raw-with-logs \
    build --no-link .#packages.x86_64-linux.backend \
    --print-build-logs

Feedback Loop

Must be run from repository root directory at commit b96aa8e7

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

Limitations