Reproduce

Exactly

nix \
    --extra-experimental-features nix-command \
    --extra-experimental-features flakes \
    --log-format raw-with-logs \
    build --no-link --print-out-paths 'git+ssh://git@github.com/NorfairKing/sydtest?ref=typed-scenario-paths&rev=78f1d15dd514c51ec2ea9ffa6e6a3f9af88b7bb7&shallow=1#packages.x86_64-linux.release-to-hackage' \
    --print-build-logs

Locally

Must be run from repository root directory at commit 78f1d15d

nix \
    --extra-experimental-features nix-command \
    --extra-experimental-features flakes \
    --log-format raw-with-logs \
    build --no-link --print-out-paths .#packages.x86_64-linux.release-to-hackage \
    --print-build-logs

Feedback Loop

Must be run from repository root directory at commit 78f1d15d

nix run github:NorfairKing/feedback -- -- nix \
    --extra-experimental-features nix-command \
    --extra-experimental-features flakes \
    --log-format raw-with-logs \
    build --no-link --print-out-paths .#packages.x86_64-linux.release-to-hackage \
    --print-build-logs

Limitations