Exactly
nix \
--extra-experimental-features nix-command \
--extra-experimental-features flakes \
flake show 'git+ssh://git@github.com/sellout/flaky?ref=autoupdate-haskell-license-reports&rev=c92ab63da91f9a97ead609b9e0f0fbdb80a9e3be' \
--print-build-logs \
--json \
--system x86_64-linux
Locally
Must be run from repository root directory at commit c92ab63d
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 c92ab63d
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