Exactly
nix \
--extra-experimental-features nix-command \
--extra-experimental-features flakes \
flake show 'git+ssh://git@github.com/sellout/flaky-haskell?ref=renovate%2Factions-checkout-7.x&rev=cc9d4e0ba35c275f34a3232d6ab983693f729041' \
--print-build-logs \
--json \
--system x86_64-linux
Locally
Must be run from repository root directory at commit cc9d4e0b
nix \
--extra-experimental-features nix-command \
--extra-experimental-features flakes \
flake show . \
--print-build-logs \
--json \
--system x86_64-linux
Feedback Loop
Must be run from repository root directory at commit cc9d4e0b
nix run github:NorfairKing/feedback -- -- nix \
--extra-experimental-features nix-command \
--extra-experimental-features flakes \
flake show . \
--print-build-logs \
--json \
--system x86_64-linux
Limitations