我知道这个错误:
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时。
我没有直接安装这个软件包。
我怎样才能看到这个包的依赖派生项来删除它们?
发布于 2021-08-06 16:43:20
你在找
nix-store --query --referrers /nix/store/...(insert full path here)...https://unix.stackexchange.com/questions/659697
复制相似问题