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/ical?ref=refs%2Fpull%2F17%2Fmerge&rev=e7b5322456d05053b556cc31ab5d386dd85f395a&shallow=1#packages.x86_64-linux.default' \
--print-build-logs
Locally
Must be run from repository root directory at commit e7b53224
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 e7b53224
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