Exactly
nix \
--extra-experimental-features nix-command \
--extra-experimental-features flakes \
--log-format raw-with-logs \
build --no-link --print-out-paths 'git+ssh://git@github.com/NorfairKing/niks3?ref=fix%2Fregister-completed-object&rev=5a0ae8fefd8ccb7a4955cf310e7e75130b81d3bf#packages.x86_64-linux.mock-oidc-server' \
--print-build-logs
Locally
Must be run from repository root directory at commit 5a0ae8fe
nix \
--extra-experimental-features nix-command \
--extra-experimental-features flakes \
--log-format raw-with-logs \
build --no-link --print-out-paths .#packages.x86_64-linux.mock-oidc-server \
--print-build-logs
Feedback Loop
Must be run from repository root directory at commit 5a0ae8fe
nix run github:NorfairKing/feedback -- -- nix \
--extra-experimental-features nix-command \
--extra-experimental-features flakes \
--log-format raw-with-logs \
build --no-link --print-out-paths .#packages.x86_64-linux.mock-oidc-server \
--print-build-logs
Limitations