diff --git a/flake.nix b/flake.nix index b0f83de6..5f8a081f 100644 --- a/flake.nix +++ b/flake.nix @@ -86,7 +86,13 @@ launcher router server - ]; + ] + ++ (with python3.pkgs; [ + docker + pytest + pytest-asyncio + syrupy + ]); }; impure = mkShell {