This commit is contained in:
Julian Sutter 2023-03-29 10:02:22 -07:00
parent 06062b9ef7
commit 80fe70accb

View file

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