修复错误的循环引用

This commit is contained in:
2025-04-29 20:15:06 +08:00
parent 9a39e2512e
commit e69345b654

View File

@@ -13,6 +13,6 @@
# path 参数目前无法通过内置函数的方式获取
# 需要是相对于 flake 的相对路径,直接由目录开始不需要加 `./`。
mkOutOfStoreSymlink = path:
config.home-libs.mkOutOfStoreSymlink "${sourcepath}/${path}";
config.lib.file.mkOutOfStoreSymlink "${sourcepath}/${path}";
};
}