This commit is contained in:
Julian Sutter 2024-12-21 17:35:18 -08:00
parent d3b1189161
commit b3b8caad4d

View file

@ -3,7 +3,7 @@
{
environment.systemPackages = with pkgs; [
(python3.withPackages(ps: with ps; [ pandas requests ]))
(python3.withPackages(ps: with ps; [ pandas requests pip ]))
nodejs
rpi-imager
];