rool back

This commit is contained in:
Frost-Phoenix 2024-01-25 17:06:17 +01:00
parent 7d90bfb751
commit 69d8c64451

View file

@ -1,12 +1,10 @@
{pkgs, ...}:
{
environment.systemPackages = with pkgs; [
python3
python311Packages.pip
# (python311Full.withPackages(ps: with ps; [
# requests
# pygame
# shapely
# ]))
(python311Full.withPackages(ps: with ps; [
requests
pygame
shapely
]))
];
}