Exactly
nix \
--extra-experimental-features nix-command \
--extra-experimental-features flakes \
flake show 'git+ssh://git@codeberg.org/mtlynch/little-moments?ref=m1-part2&rev=f9971e3f4a285c5a59894b76e2ef51edf1d8a5e9' \
--allow-import-from-derivation \
--print-build-logs \
--json \
--system x86_64-linux
Locally
Must be run from repository root directory at commit f9971e3f
nix \
--extra-experimental-features nix-command \
--extra-experimental-features flakes \
flake show . \
--allow-import-from-derivation \
--print-build-logs \
--json \
--system x86_64-linux
Feedback Loop
Must be run from repository root directory at commit f9971e3f
nix run github:NorfairKing/feedback -- -- nix \
--extra-experimental-features nix-command \
--extra-experimental-features flakes \
flake show . \
--allow-import-from-derivation \
--print-build-logs \
--json \
--system x86_64-linux
Limitations