fix(pip): conflicting override priority

This commit is contained in:
DavHau 2023-09-03 14:34:04 +02:00
parent f9ccbf3e3f
commit cb801a7994

View File

@ -59,7 +59,7 @@
];
config = {
deps = {nixpkgs, ...}:
l.mapAttrs (_: l.mkDefault) {
l.mapAttrs (_: l.mkOverride 1001) {
inherit
(nixpkgs)
autoPatchelfHook