diff --git a/modules/dev.nix b/modules/dev.nix index e7c9e78..e8957e4 100755 --- a/modules/dev.nix +++ b/modules/dev.nix @@ -3,7 +3,7 @@ { environment.systemPackages = with pkgs; [ - (python3.withPackages(ps: with ps; [ pandas requests])) + (python3.withPackages(ps: with ps; [ pandas requests openai])) nodejs ]; }