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 {
|
pkgs.mkShellNoCC {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
python3
|
python312
|
||||||
python311Packages.requests
|
python312Packages.requests
|
||||||
|
python312Packages.beautifulsoup4
|
||||||
nodejs
|
nodejs
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue