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%2Fpkgs%2Ftools%2Fadmin%2Fmeshcentral%2Fpicomatch-2.3.2&rev=0041ba225f2ede3aa9dc6189e3a77945c0af2fe7#checks.x86_64-linux.nixosSystemAcceptsLib' \
--print-build-logs
Locally
Must be run from repository root directory at commit 0041ba22
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 0041ba22
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