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/pathway?ref=refs%2Fpull%2F34%2Fmerge&rev=1f0a950af8b1fb4cd3e20fc2ccbb8fb2b3591fc7#packages.x86_64-linux.ghc948_all' \
    --print-build-logs

Locally

Must be run from repository root directory at commit 1f0a950a

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

Feedback Loop

Must be run from repository root directory at commit 1f0a950a

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

Limitations