Exactly
nix \
--extra-experimental-features nix-command \
--extra-experimental-features flakes \
--log-format raw-with-logs \
build --no-link 'git+ssh://git@github.com/sellout/flaky?ref=autoupdate-haskell-license-reports&rev=c92ab63da91f9a97ead609b9e0f0fbdb80a9e3be#checks.x86_64-linux.haskellProjectModule' \
--print-build-logs
Locally
Must be run from repository root directory at commit c92ab63d
nix \
--extra-experimental-features nix-command \
--extra-experimental-features flakes \
--log-format raw-with-logs \
build --no-link .#checks.x86_64-linux.haskellProjectModule \
--print-build-logs
Feedback Loop
Must be run from repository root directory at commit c92ab63d
nix run github:NorfairKing/feedback -- -- nix \
--extra-experimental-features nix-command \
--extra-experimental-features flakes \
--log-format raw-with-logs \
build --no-link .#checks.x86_64-linux.haskellProjectModule \
--print-build-logs
Limitations