updated gnu repo

This commit is contained in:
pivodevat
2025-08-26 04:41:14 +03:00
parent 12583471f1
commit 7942284237
89 changed files with 995 additions and 202 deletions

View File

@ -57,8 +57,7 @@ pub fn get_config_script<P: AsRef<Path>>(file_path: P) -> io::Result<String> {
pub fn get_repo_list() -> io::Result<Vec<String>> {
let base_path = env!("SEXPKG_HOME");
let file_path = PathBuf::from(base_path).join("var").join("sexpkg.md");
let file_path = crate::commands::get_var_path().join("sexpkg.md");
let block = extract_block(file_path, "``` cfg *** Repository list and priority ***", "```")?;