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/niks3?ref=fix%2Fregister-completed-object&rev=5a0ae8fefd8ccb7a4955cf310e7e75130b81d3bf#checks.x86_64-linux.nixos-test-read-proxy' \
    --print-build-logs

Locally

Must be run from repository root directory at commit 5a0ae8fe

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.nixos-test-read-proxy \
    --print-build-logs

Feedback Loop

Must be run from repository root directory at commit 5a0ae8fe

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.nixos-test-read-proxy \
    --print-build-logs

Limitations