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/cursor-fuzzy-time?ref=master&rev=99546ae3a15f6a2591e578247c8b02da42e70e32#packages.x86_64-linux.cursor-fuzzy-time' \
--print-build-logs
Locally
Must be run from repository root directory at commit 99546ae3
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.cursor-fuzzy-time \
--print-build-logs
Feedback Loop
Must be run from repository root directory at commit 99546ae3
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.cursor-fuzzy-time \
--print-build-logs
Limitations