Exactly
nix \
--extra-experimental-features nix-command \
--extra-experimental-features flakes \
flake show 'git+ssh://git@github.com/sellout/dagny-omnifocus-plugin?ref=main&rev=71af283e7dc1e08cc29d9c21100bb9dae5fa1bab' \
--allow-import-from-derivation \
--print-build-logs \
--json \
--system x86_64-linux
Locally
Must be run from repository root directory at commit 71af283e
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 71af283e
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