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/really-safe-money?ref=mutation-testing&rev=8bcc9f7c630755897b64eb7a8bdfa445d8f88ce4#packages.x86_64-linux.really-safe-money-gen' \
--print-build-logs
Locally
Must be run from repository root directory at commit 8bcc9f7c
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.really-safe-money-gen \
--print-build-logs
Feedback Loop
Must be run from repository root directory at commit 8bcc9f7c
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.really-safe-money-gen \
--print-build-logs
Limitations