add python package
This commit is contained in:
parent
0ef43dd530
commit
28c10dbd52
|
@ -3,6 +3,7 @@
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
(python311Full.withPackages(ps: with ps; [
|
(python311Full.withPackages(ps: with ps; [
|
||||||
pygame
|
pygame
|
||||||
|
shapely
|
||||||
]))
|
]))
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue