Adjust chsrc_conclude()

This commit is contained in:
Aoran Zeng
2024-11-22 09:08:32 +08:00
parent 6a59ec51e1
commit 722de55ecb
65 changed files with 234 additions and 124 deletions

View File

@@ -32,8 +32,10 @@ wr_guix_setsrc (char *option)
" (url \"", source.url, "\")))");
chsrc_note2 ("为防止扰乱配置文件,请您手动写入以下内容到 ~/.config/guix/channels.scm 文件中");
puts (file);
chsrc_conclude (&source, SetsrcType_Manual);
say (file);
ProgMode_ChgType = ChgType_Manual;
chsrc_conclude (&source);
}
def_target_s (wr_guix);