Switch python version to python310.

This commit is contained in:
Kevin Baensch 2023-01-29 14:31:48 +01:00
parent 2751ded3ed
commit 87805fc244
Signed by: derped
GPG key ID: C0F1D326C7626543
2 changed files with 4 additions and 3 deletions

View file

@ -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 ];
}