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/nixpkgs?ref=dependabot%2Fnpm_and_yarn%2Fci%2Fgithub-script%2Ffast-xml-parser-5.5.6&rev=6c36c09c8ff8b03006a3755dceb812cdd89cfd11#checks.x86_64-linux.tarball' \
--print-build-logs
Locally
Must be run from repository root directory at commit 6c36c09c
nix \
--extra-experimental-features nix-command \
--extra-experimental-features flakes \
--log-format raw-with-logs \
build --no-link .#checks.x86_64-linux.tarball \
--print-build-logs
Feedback Loop
Must be run from repository root directory at commit 6c36c09c
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.tarball \
--print-build-logs
Limitations