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%2Fcargo%2Fpkgs%2Fbuild-support%2Frust%2Ftest%2Fimport-cargo-lock%2Fgit-dependency-rev-non-workspace-nested-crate%2Fpackage%2Ftar-0.4.45&rev=58d8a10386548b1617a517922050af45842c1c4a#checks.x86_64-linux.nixosSystemAcceptsLib' \
--print-build-logs
Locally
Must be run from repository root directory at commit 58d8a103
nix \
--extra-experimental-features nix-command \
--extra-experimental-features flakes \
--log-format raw-with-logs \
build --no-link .#checks.x86_64-linux.nixosSystemAcceptsLib \
--print-build-logs
Feedback Loop
Must be run from repository root directory at commit 58d8a103
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.nixosSystemAcceptsLib \
--print-build-logs
Limitations