From ca934411d106944b81661f8bd49fdb46d21e1f5c Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Thu, 12 Sep 2024 11:36:43 +0200 Subject: [PATCH] Forgot this modification. --- flake.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 {