Upgrade python

This commit is contained in:
Nathan McCarty 2023-06-17 02:22:48 -04:00
parent 0c2f1e67db
commit e78180c263
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ with nLib; {
# Python Development
(mkIf devel.python {
home.packages = with pkgs; [
(python3Full.withPackages (ps: with ps; [ pip ]))
(python311Full.withPackages (ps: with ps; [ pip ]))
nodePackages.pyright
];
})