Update deps in shell.nix
This commit is contained in:
parent
fd40ab6f7a
commit
a62bcfca70
1 changed files with 3 additions and 2 deletions
|
@ -5,8 +5,9 @@ in
|
|||
|
||||
pkgs.mkShellNoCC {
|
||||
packages = with pkgs; [
|
||||
python3
|
||||
python311Packages.requests
|
||||
python312
|
||||
python312Packages.requests
|
||||
python312Packages.beautifulsoup4
|
||||
nodejs
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue