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/sellout/project-manager?ref=tighten-checks&rev=22e85661a2b9a2dd2ec7beb77b04acb63996f3ae&shallow=1#formatter.x86_64-linux' \
    --print-build-logs

Locally

Must be run from repository root directory at commit 22e85661

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

Feedback Loop

Must be run from repository root directory at commit 22e85661

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

Limitations