add python package

This commit is contained in:
Frost-Phoenix 2023-12-18 11:33:34 +01:00
parent 0ef43dd530
commit 28c10dbd52

View file

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