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/lrzhs?ref=dependabot%2Fcargo%2Frust%2Frand-0.8.6&rev=74a468e5c45c6a0beeea999a00b14f734bbe1705#packages.x86_64-linux.lrzhs_ffi' \
--print-build-logs
Locally
Must be run from repository root directory at commit 74a468e5
nix \
--extra-experimental-features nix-command \
--extra-experimental-features flakes \
--log-format raw-with-logs \
build --no-link .#packages.x86_64-linux.lrzhs_ffi \
--print-build-logs
Feedback Loop
Must be run from repository root directory at commit 74a468e5
nix run github:NorfairKing/feedback -- -- nix \
--extra-experimental-features nix-command \
--extra-experimental-features flakes \
--log-format raw-with-logs \
build --no-link .#packages.x86_64-linux.lrzhs_ffi \
--print-build-logs
Limitations