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%2Fservers%2Fweb-apps%2Fdiscourse%2Fplugins%2Fdiscourse-events%2Ficalendar-2.12.2&rev=80b47cc19ed0f78767913ff5733237e6c1143a00#checks.x86_64-linux.nixosSystemAcceptsLib' \
--print-build-logs
Locally
Must be run from repository root directory at commit 80b47cc1
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 80b47cc1
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