wip: dnsc-machine setup
This commit is contained in:
parent
b15da599b7
commit
cbffbfe9b6
1 changed files with 5 additions and 1 deletions
|
|
@ -34,7 +34,11 @@ in
|
||||||
inputs.zellij-switch.overlays.default
|
inputs.zellij-switch.overlays.default
|
||||||
|
|
||||||
(final: prev: {
|
(final: prev: {
|
||||||
python313Packages.python-dbusmock = backportPkgs.python313Packages.python-dbusmock;
|
python313Packages = prev.python313Packages.overrideScope (
|
||||||
|
pyFinal: pyPrev: {
|
||||||
|
python-dbusmock = backportPkgs.python313Packages.python-dbusmock;
|
||||||
|
}
|
||||||
|
);
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue