add python package

This commit is contained in:
Frost-Phoenix 2024-01-06 16:52:37 +01:00
parent a2e8818254
commit f4492384e0

View file

@ -2,6 +2,7 @@
{ {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
(python311Full.withPackages(ps: with ps; [ (python311Full.withPackages(ps: with ps; [
requests
pygame pygame
shapely shapely
])) ]))