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@github.com/NorfairKing/really-safe-money?ref=mutation-testing&rev=8bcc9f7c630755897b64eb7a8bdfa445d8f88ce4#checks.x86_64-linux.shell' \
    --print-build-logs

Locally

Must be run from repository root directory at commit 8bcc9f7c

nix \
    --extra-experimental-features nix-command \
    --extra-experimental-features flakes \
    --log-format raw-with-logs \
    build --no-link --print-out-paths .#checks.x86_64-linux.shell \
    --print-build-logs

Feedback Loop

Must be run from repository root directory at commit 8bcc9f7c

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 .#checks.x86_64-linux.shell \
    --print-build-logs

Limitations