Re-add scriptingtalen project shell
This commit is contained in:
parent
68f850d5e1
commit
583ec5cae2
1 changed files with 4 additions and 0 deletions
4
shells/scriptingtalen-project.nix
Normal file
4
shells/scriptingtalen-project.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{ pkgs, ... }: pkgs.devshell.mkShell {
|
||||
name = "Scriptingtalen project";
|
||||
packages = with pkgs; [ (python3.withPackages (ps: with ps; [ beautifulsoup4 requests ])) ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue