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/sellout/unison-nix?ref=update-unison&rev=a2060ebbef2c3cbdcb46d8afd5349b9fe242b88f#packages.x86_64-linux.ucm-bin' \
--print-build-logs
Locally
Must be run from repository root directory at commit a2060ebb
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.ucm-bin \
--print-build-logs
Feedback Loop
Must be run from repository root directory at commit a2060ebb
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.ucm-bin \
--print-build-logs
Limitations