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, ...}: {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
# ]))
]; ];
} }