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/safe-coloured-text?ref=refs%2Fpull%2F12%2Fmerge&rev=8a640b626a6d0d77f90969045d95c6dd18590c1d#checks.x86_64-linux.nixpkgs-24_11' \
--print-build-logs
Locally
Must be run from repository root directory at commit 8a640b62
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.nixpkgs-24_11 \
--print-build-logs
Feedback Loop
Must be run from repository root directory at commit 8a640b62
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.nixpkgs-24_11 \
--print-build-logs
Limitations