fix networkmanager

This commit is contained in:
Dennis Schoepf 2025-12-16 23:03:39 +01:00
parent c6a0633b82
commit 94591af346

View file

@ -34,9 +34,7 @@ in
inputs.zellij-switch.overlays.default inputs.zellij-switch.overlays.default
(final: prev: { (final: prev: {
python3Packages.python-dbusmock = backportPkgs.python3Packages.python-dbusmock.override { python3Packages.python-dbusmock = backportPkgs.python3Packages.python-dbusmock;
inherit (backportPkgs) "python3Packages.buildPythonApplication";
};
}) })
]; ];