emacs: switch to python3Packages latest by default

currently that's Python 3.9
This commit is contained in:
Jez Cope 2022-01-12 14:13:35 +00:00
parent e6a3e0b70e
commit b657d60cd9
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ in {
};
home.packages = with pkgs;
let py = python38Packages;
let py = python3Packages;
in [
editorconfig-core-c
cask