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