From: Daan De Meyer Date: Wed, 19 Feb 2025 11:35:10 +0000 (+0100) Subject: config: Pass resources to nested parse_config() call X-Git-Tag: v26~368^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=220c439f929d6ee237e96229cd49e6a26f0ad113;p=thirdparty%2Fmkosi.git config: Pass resources to nested parse_config() call --- diff --git a/mkosi/config.py b/mkosi/config.py index 1b9901ed4..c55c37fea 100644 --- a/mkosi/config.py +++ b/mkosi/config.py @@ -4354,6 +4354,7 @@ class ParseContext: _, [config] = parse_config( ["--directory", "", "--include", os.fspath(path)], only_sections=self.only_sections, + resources=self.resources, ) make_executable( *config.configure_scripts,