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/weeder-nix?ref=split-test-artifacts&rev=a358f54b527c15e40c3f766a3c9e1f9b894910d4&shallow=1#checks.x86_64-linux.validity' \
--print-build-logs
Locally
Must be run from repository root directory at commit a358f54b
nix \
--extra-experimental-features nix-command \
--extra-experimental-features flakes \
--log-format raw-with-logs \
build --no-link --print-out-paths .#checks.x86_64-linux.validity \
--print-build-logs
Feedback Loop
Must be run from repository root directory at commit a358f54b
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 .#checks.x86_64-linux.validity \
--print-build-logs
Limitations