change python config
This commit is contained in:
parent
9d5c042bd8
commit
7d90bfb751
|
@ -1,10 +1,12 @@
|
|||
{pkgs, ...}:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
(python311Full.withPackages(ps: with ps; [
|
||||
requests
|
||||
pygame
|
||||
shapely
|
||||
]))
|
||||
python3
|
||||
python311Packages.pip
|
||||
# (python311Full.withPackages(ps: with ps; [
|
||||
# requests
|
||||
# pygame
|
||||
# shapely
|
||||
# ]))
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue