diff --git a/shell.nix b/shell.nix index 5c95e95..da8263e 100644 --- a/shell.nix +++ b/shell.nix @@ -4,8 +4,14 @@ with pkgs; pkgs.mkShell { nativeBuildInputs = [ + inlyne # markdown viewer + # Python development environment (python3.withPackages(ps: with ps; [ + # For SDK configuration + python-dotenv + + # HTTP client requests ])) ];