change python config

This commit is contained in:
Frost-Phoenix 2024-01-25 17:00:44 +01:00
parent 9d5c042bd8
commit 7d90bfb751

View file

@ -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
# ]))
];
}