fix networkmanager

This commit is contained in:
Dennis Schoepf 2025-12-16 23:00:15 +01:00
parent cf64cf0890
commit c6a0633b82

View file

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