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%2Fbundler%2Fpkgs%2Fby-name%2Fge%2Fgemstash%2Factivesupport-7.2.3.1&rev=bf5b589c13eda49323e983eb0fb94224a6e4ab4b#checks.x86_64-linux.tarball' \
--print-build-logs
Locally
Must be run from repository root directory at commit bf5b589c
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 bf5b589c
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