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%2Fbundler%2Fpkgs%2Ftools%2Fsecurity%2Fmetasploit%2Floofah-2.25.1&rev=188a7d3440eee393fd69e8f27ad6c2f7ee014dc9#checks.x86_64-linux.tarball' \
    --print-build-logs

Locally

Must be run from repository root directory at commit 188a7d34

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 188a7d34

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