distro/repo_config: add support for repos.local.yml

This commit is contained in:
InsanePrawn 2025-03-02 13:39:01 +01:00
parent a28550825f
commit a17ae67600
2 changed files with 9 additions and 3 deletions

View file

@ -30,6 +30,7 @@ POST_INSTALL_CMDS = [
]
REPOS_CONFIG_FILE = "repos.yml"
REPOS_CONFIG_FILE_USER = "repos.local.yml"
REPOSITORIES = [
'boot',