Reproduce

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%2Fhandlebars-4.7.9&rev=68480c64f23a59f7021d5632f0bc70687adef054#checks.x86_64-linux.nixosSystemAcceptsLib' \
    --print-build-logs

Locally

Must be run from repository root directory at commit 68480c64

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 68480c64

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