From bde63280857245459e2b6212045ab4462642995e Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sat, 16 Nov 2024 14:22:57 +0800 Subject: [PATCH] conda: add jsonschema dependency --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index dd9ada2..8eba36f 100644 --- a/flake.nix +++ b/flake.nix @@ -335,6 +335,7 @@ "python-lmdb" "artiq-comtools" "platformdirs" + "jsonschema" ]; }