diff --git a/subprojects/wrapper-manager-fds/tests/default.nix b/subprojects/wrapper-manager-fds/tests/default.nix index 1593b9da..eb6b6ec5 100644 --- a/subprojects/wrapper-manager-fds/tests/default.nix +++ b/subprojects/wrapper-manager-fds/tests/default.nix @@ -23,4 +23,5 @@ in '' yajsv -s "${./lib/tests.schema.json}" "$testDataPath" && touch $out || jq . "$testDataPath" ''; + configs = import ./configs { inherit pkgs; }; }