wip: dnsc-machine setup
This commit is contained in:
parent
bc4d0c2aed
commit
ad643f45ce
1 changed files with 7 additions and 1 deletions
|
|
@ -30,7 +30,13 @@
|
|||
nixpkgs.overlays = [
|
||||
inputs.zellij-switch.overlays.default
|
||||
(final: prev: {
|
||||
networkmanager = inputs.nixpkgs-backport-fix.legacyPackages.x86_64-linux.networkmanager;
|
||||
python3 = prev.python3.override {
|
||||
packageOverrides = pyfinal: pyprev: {
|
||||
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