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@codeberg.org/0x61nas/nur?ref=aurora&rev=6fc994f34183f63460f751303f2c98f12e5ecf37&shallow=1#packages.x86_64-linux.patent' \
    --print-build-logs

Locally

Must be run from repository root directory at commit 6fc994f3

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

Feedback Loop

Must be run from repository root directory at commit 6fc994f3

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

Limitations