add python package

This commit is contained in:
Frost-Phoenix 2024-01-06 17:19:00 +01:00
parent f4492384e0
commit 452657910d

View file

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