python3: Update to python38.
This commit is contained in:
parent
ad76922338
commit
ff5de0a30e
2 changed files with 3 additions and 3 deletions
|
@ -52,5 +52,5 @@ in mkIf (elem "desktop" cfg.services) {
|
|||
horizontalScrolling = true;
|
||||
};
|
||||
};
|
||||
machine.pkgsets.python3.pkgs = with pkgs.python3Packages; [ py3status pytz tzlocal ];
|
||||
machine.pkgsets.python3.pkgs = with pkgs.python38Packages; [ py3status pytz tzlocal ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue