如何列出 Nix 上的软件包依赖项?

如何列出 Nix 上的软件包依赖项?

我收到此错误:

Package ‘python2.7-Pillow-6.2.2’ in /nix/store/...-nixos-21.05.1590.63ee5cd99a2/nixos/pkgs/development/python-modules/pillow/6.nix:19 is marked as insecure, refusing to evaluate.

跑步时home-manager switch

我没有直接安装这个包。

我怎样才能看到这个包的依赖派生是什么来删除它们?

答案1

您正在寻找

nix-store --query --referrers /nix/store/...(insert full path here)...

比照。https://nixos.org/manual/nix/stable/#operation-query-1

相关内容