Update deps in shell.nix

main
Chandler Swift 2024-10-19 23:36:35 -05:00
parent fd40ab6f7a
commit a62bcfca70
Signed by: chandlerswift
GPG Key ID: A851D929D52FB93F
1 changed files with 3 additions and 2 deletions

View File

@ -5,8 +5,9 @@ in
pkgs.mkShellNoCC { pkgs.mkShellNoCC {
packages = with pkgs; [ packages = with pkgs; [
python3 python312
python311Packages.requests python312Packages.requests
python312Packages.beautifulsoup4
nodejs nodejs
]; ];
} }