wip: dnsc-machine setup

This commit is contained in:
Dennis Schoepf 2025-12-16 23:05:58 +01:00
parent b15da599b7
commit cbffbfe9b6

View file

@ -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;
}
);
})
];