Switch python version to python310.
This commit is contained in:
parent
2751ded3ed
commit
87805fc244
2 changed files with 4 additions and 3 deletions
|
@ -52,5 +52,5 @@ in mkIf (elem "desktop" cfg.services) {
|
|||
};
|
||||
};
|
||||
};
|
||||
machine.pkgsets.python3.pkgs = with pkgs.gitpkgs.python38Packages; [ py3status pytz tzlocal ];
|
||||
machine.pkgsets.python3.pkgs = with pkgs.python310Packages; [ py3status pytz tzlocal ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue