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%2Fnode-forge-1.4.0&rev=a941ea8d1dcd736360be81c95a9343d024076cf7#checks.x86_64-linux.tarball' \
--print-build-logs
Locally
Must be run from repository root directory at commit a941ea8d
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 a941ea8d
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