Upgrade python
This commit is contained in:
parent
0c2f1e67db
commit
e78180c263
|
@ -70,7 +70,7 @@ with nLib; {
|
||||||
# Python Development
|
# Python Development
|
||||||
(mkIf devel.python {
|
(mkIf devel.python {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
(python3Full.withPackages (ps: with ps; [ pip ]))
|
(python311Full.withPackages (ps: with ps; [ pip ]))
|
||||||
nodePackages.pyright
|
nodePackages.pyright
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue