add python package
This commit is contained in:
parent
a2e8818254
commit
f4492384e0
|
@ -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
|
||||||
]))
|
]))
|
||||||
|
|
Loading…
Reference in a new issue