Remove most python packages and use default python version.
This commit is contained in:
parent
a85f79ca05
commit
2be01a1edc
2 changed files with 3 additions and 34 deletions
|
@ -20,5 +20,5 @@ with lib;
|
|||
];
|
||||
};
|
||||
};
|
||||
machine.pkgsets.python3.pkgs = with pkgs.python310Packages; [py3status pytz tzlocal];
|
||||
machine.pkgsets.python3.pkgs = with pkgs.python3Packages; [py3status pytz tzlocal];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue