Exactly
nix \
--extra-experimental-features nix-command \
--extra-experimental-features flakes \
flake show 'git+ssh://git@github.com/sellout/nixpkgs?ref=dependabot%2Fnpm_and_yarn%2Fpkgs%2Ftools%2Fadmin%2Fmeshcentral%2Fnode-forge-1.4.0&rev=a941ea8d1dcd736360be81c95a9343d024076cf7' \
--allow-import-from-derivation \
--print-build-logs \
--json \
--system x86_64-linux
Locally
Must be run from repository root directory at commit a941ea8d
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 a941ea8d
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