From c6a0633b82c744349d1a2c6619121078d200641c Mon Sep 17 00:00:00 2001 From: Dennis Schoepf Date: Tue, 16 Dec 2025 23:00:15 +0100 Subject: [PATCH] fix networkmanager --- hosts/dnsc-machine/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hosts/dnsc-machine/default.nix b/hosts/dnsc-machine/default.nix index 355be6b..c594621 100644 --- a/hosts/dnsc-machine/default.nix +++ b/hosts/dnsc-machine/default.nix @@ -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"; + }; }) ];