diff --git a/flake.nix b/flake.nix index 1eebfef3..2e4b7840 100644 --- a/flake.nix +++ b/flake.nix @@ -175,6 +175,10 @@ }) ]; }; + scriptingtalen-project = pkgs.devshell.mkShell { + name = "Scriptingtalen project"; + packages = [ (pkgs.python3.withPackages (ps: with ps; [ beautifulsoup4 requests ])) ]; + }; }; }; };