Reproduce

Exactly

nix \
    --extra-experimental-features nix-command \
    --extra-experimental-features flakes \
    --log-format raw-with-logs \
    build --no-link 'git+ssh://git@github.com/sellout/nixpkgs?ref=dependabot%2Fnpm_and_yarn%2Fci%2Fgithub-script%2Ffast-xml-parser-5.5.7&rev=9efe44c8956c06eb73b5c5d108abe868fed72b23#checks.x86_64-linux.tarball' \
    --print-build-logs

Locally

Must be run from repository root directory at commit 9efe44c8

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

Feedback Loop

Must be run from repository root directory at commit 9efe44c8

nix run github:NorfairKing/feedback -- -- nix \
    --extra-experimental-features nix-command \
    --extra-experimental-features flakes \
    --log-format raw-with-logs \
    build --no-link .#checks.x86_64-linux.tarball \
    --print-build-logs

Limitations