From 94591af346317eb61327cdec24ab4a03870d4138 Mon Sep 17 00:00:00 2001 From: Dennis Schoepf Date: Tue, 16 Dec 2025 23:03:39 +0100 Subject: [PATCH] fix networkmanager --- hosts/dnsc-machine/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hosts/dnsc-machine/default.nix b/hosts/dnsc-machine/default.nix index c594621..355be6b 100644 --- a/hosts/dnsc-machine/default.nix +++ b/hosts/dnsc-machine/default.nix @@ -34,9 +34,7 @@ in inputs.zellij-switch.overlays.default (final: prev: { - python3Packages.python-dbusmock = backportPkgs.python3Packages.python-dbusmock.override { - inherit (backportPkgs) "python3Packages.buildPythonApplication"; - }; + python3Packages.python-dbusmock = backportPkgs.python3Packages.python-dbusmock; }) ];