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.4.2&rev=2e411dced1a44ae8ca0c617b15f8ad11a5af1778#devShells.x86_64-linux.default' \
    --print-build-logs

Locally

Must be run from repository root directory at commit 2e411dce

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

Feedback Loop

Must be run from repository root directory at commit 2e411dce

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

Limitations