Merge pull request 'vars in_repo: throw as a default so we can catch it with tryEval' (#2745) from lassulus/clan-core:throw_inrepo into main

This commit is contained in:
clan-bot
2025-01-14 14:58:20 +00:00

View File

@@ -30,7 +30,7 @@ in
readFile file.config.path
else
# if the file is not found, we want to downgrade the priority, to allow overriding via mkDefault
mkOptionDefault (readFile file.config.path)
mkOptionDefault (throw "File not found: ${file.config.path}")
);
};
};