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/bevel?ref=batched-initial-download&rev=9ea564ffa1080b9d1dfbbb64bd8b61c26d14abb1&shallow=1#checks.x86_64-linux.nixos-module-test' \
    --print-build-logs

Locally

Must be run from repository root directory at commit 9ea564ff

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-module-test \
    --print-build-logs

Feedback Loop

Must be run from repository root directory at commit 9ea564ff

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-module-test \
    --print-build-logs

Limitations