From aa5bbbf514447b9aad064d5f8e78e86d02fa8f45 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fran=C3=A7ois=20Bobot?= <francois.bobot@cea.fr>
Date: Thu, 21 Sep 2023 09:08:55 +0200
Subject: [PATCH] [Nix] typo in tests directory name

---
 flake.nix | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/flake.nix b/flake.nix
index 01d199d..495fda6 100644
--- a/flake.nix
+++ b/flake.nix
@@ -26,7 +26,9 @@
             "Makefile"
             (nix-filter.lib.inDirectory "src")
             (nix-filter.lib.inDirectory "lib")
-            (nix-filter.lib.inDirectory "test")
+            (nix-filter.lib.inDirectory "tests")
+            (nix-filter.lib.inDirectory "config")
+            (nix-filter.lib.inDirectory "stdlib")
             (nix-filter.lib.inDirectory "doc")
           ];
         };
@@ -49,6 +51,7 @@
               pkgs.protobuf
               # For documentation
               pkgs.sphinxHook
+              pkgs.which
             ];
             sphinxBuilders = [
               "html"
-- 
GitLab