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=9a845d3ab0567926ff897604be0082f8b23298df&shallow=1#packages.x86_64-linux.proxelar' \
--print-build-logs
Locally
Must be run from repository root directory at commit 9a845d3a
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.proxelar \
--print-build-logs
Feedback Loop
Must be run from repository root directory at commit 9a845d3a
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.proxelar \
--print-build-logs
Limitations