From 0bb470814533110e790faee8a6e30f76cafada99 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Thu, 1 Aug 2024 12:08:18 +0800 Subject: [PATCH] wrapper-manager-fds/tests: add configs in default test suite --- tests/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/default.nix b/tests/default.nix index 1593b9d..eb6b6ec 100644 --- a/tests/default.nix +++ b/tests/default.nix @@ -23,4 +23,5 @@ in '' yajsv -s "${./lib/tests.schema.json}" "$testDataPath" && touch $out || jq . "$testDataPath" ''; + configs = import ./configs { inherit pkgs; }; }