From cbffbfe9b64b9f01f438f84ea95b620be1c6cf2b Mon Sep 17 00:00:00 2001 From: Dennis Schoepf Date: Tue, 16 Dec 2025 23:05:58 +0100 Subject: [PATCH] wip: dnsc-machine setup --- hosts/dnsc-machine/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hosts/dnsc-machine/default.nix b/hosts/dnsc-machine/default.nix index 0f62031..cd76017 100644 --- a/hosts/dnsc-machine/default.nix +++ b/hosts/dnsc-machine/default.nix @@ -34,7 +34,11 @@ in inputs.zellij-switch.overlays.default (final: prev: { - python313Packages.python-dbusmock = backportPkgs.python313Packages.python-dbusmock; + python313Packages = prev.python313Packages.overrideScope ( + pyFinal: pyPrev: { + python-dbusmock = backportPkgs.python313Packages.python-dbusmock; + } + ); }) ];