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%2Fby-name%2Fdo%2Fdocuseal%2Fbcrypt-3.1.22&rev=8df9e1a3fba7d45b0ff91618fcd805233b5834dc#devShells.x86_64-linux.default' \
    --print-build-logs

Locally

Must be run from repository root directory at commit 8df9e1a3

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 8df9e1a3

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