mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-12-25 23:41:42 +03:00
fix(nixpkgs-overrides): fix attrs from nixpkgs not applied
This commit is contained in:
parent
bd4b8b36a6
commit
694d895f2c
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user