mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-11-23 09:04:37 +03:00
fix(pip): conflicting override priority
This commit is contained in:
parent
f9ccbf3e3f
commit
cb801a7994
@ -59,7 +59,7 @@
|
||||
];
|
||||
config = {
|
||||
deps = {nixpkgs, ...}:
|
||||
l.mapAttrs (_: l.mkDefault) {
|
||||
l.mapAttrs (_: l.mkOverride 1001) {
|
||||
inherit
|
||||
(nixpkgs)
|
||||
autoPatchelfHook
|
||||
|
Loading…
Reference in New Issue
Block a user