wip: dnsc-machine setup
This commit is contained in:
parent
ad643f45ce
commit
2d8da058b9
1 changed files with 3 additions and 6 deletions
|
|
@ -30,13 +30,10 @@
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
inputs.zellij-switch.overlays.default
|
inputs.zellij-switch.overlays.default
|
||||||
(final: prev: {
|
(final: prev: {
|
||||||
python3 = prev.python3.override {
|
python3Packages = prev.python3Packages // {
|
||||||
packageOverrides = pyfinal: pyprev: {
|
python-dbusmock =
|
||||||
python-dbusmock =
|
inputs.nixpkgs-backport-fix.legacyPackages.x86_64-linux.python3Packages.python-dbusmock;
|
||||||
inputs.nixpkgs-backport-fix.legacyPackages.x86_64-linux.python3Packages.python-dbusmock;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
python3Packages = final.python3.pkgs;
|
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue