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/little-moments?ref=simplify-server-handler&rev=125b8b4e43a4abc2d81eeb3785f6177594e77e7e#packages.x86_64-linux.little-moments-dev' \
    --print-build-logs

Locally

Must be run from repository root directory at commit 125b8b4e

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.little-moments-dev \
    --print-build-logs

Feedback Loop

Must be run from repository root directory at commit 125b8b4e

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.little-moments-dev \
    --print-build-logs

Limitations