fix(nixpkgs-overrides): fix attrs from nixpkgs not applied

This commit is contained in:
DavHau 2023-03-22 12:00:35 +08:00
parent bd4b8b36a6
commit 694d895f2c

View File

@ -20,7 +20,7 @@
l.filterAttrs (name: _: ! excludedNixpkgsAttrs ? ${name}) pythonAttrs;
extracted =
if config.deps.python.pkgs ? config.name
if config.deps.python.pkgs ? ${config.name}
then extractPythonAttrs config.deps.python.pkgs.${config.name}
else {};
in {