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/NorfairKing/validity?ref=development&rev=2e2a164b15a08360c299f3860c104f868a7dde5e#packages.x86_64-linux.validity-persistent' \
    --print-build-logs

Locally

Must be run from repository root directory at commit 2e2a164b

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

Feedback Loop

Must be run from repository root directory at commit 2e2a164b

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

Limitations