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/dada?ref=renovate%2Fdoctest-0.25.x&rev=34da64f0b8e96ac7ad7cd3b57c71cb6a0bca5591#devShells.x86_64-linux.ghc902' \
    --print-build-logs

Locally

Must be run from repository root directory at commit 34da64f0

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

Feedback Loop

Must be run from repository root directory at commit 34da64f0

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.ghc902 \
    --print-build-logs

Limitations