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