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/validity?ref=development&rev=2e2a164b15a08360c299f3860c104f868a7dde5e#packages.x86_64-linux.genvalidity-unordered-containers' \
--print-build-logs
Locally
Must be run from repository root directory at commit 2e2a164b
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.genvalidity-unordered-containers \
--print-build-logs
Feedback Loop
Must be run from repository root directory at commit 2e2a164b
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.genvalidity-unordered-containers \
--print-build-logs
Limitations