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@github.com/NorfairKing/centjes?ref=refs%2Fpull%2F7%2Fmerge&rev=b04670b3e08a4df13b5805ece0e162efa2745cde&shallow=1#packages.x86_64-linux.default' \
--print-build-logs
Locally
Must be run from repository root directory at commit b04670b3
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.default \
--print-build-logs
Feedback Loop
Must be run from repository root directory at commit b04670b3
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.default \
--print-build-logs
Limitations