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@codeberg.org/mtlynch/grosiree?ref=template-updates-2026-08-08&rev=384306cb74c7ff24f70074037e0797b858c50e46&shallow=1#packages.x86_64-linux.deploy-to-fly' \
--print-build-logs
Locally
Must be run from repository root directory at commit 384306cb
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.deploy-to-fly \
--print-build-logs
Feedback Loop
Must be run from repository root directory at commit 384306cb
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.deploy-to-fly \
--print-build-logs
Limitations