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=16a0d8bd83bb3468f84aca1bc04d0076fd05a5ee#packages.x86_64-linux.genvalidity-uuid' \
    --print-build-logs

Locally

Must be run from repository root directory at commit 16a0d8bd

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

Feedback Loop

Must be run from repository root directory at commit 16a0d8bd

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

Limitations