From e5a039bb996bd225dec0d3d5a4b801221b790475 Mon Sep 17 00:00:00 2001 From: DualWu Date: Wed, 25 Dec 2024 16:43:21 +0800 Subject: [PATCH] fix link (#209) --- docs/zh/other-usage-of-flakes/module-system.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh/other-usage-of-flakes/module-system.md b/docs/zh/other-usage-of-flakes/module-system.md index 6afbd6d..e7d786a 100644 --- a/docs/zh/other-usage-of-flakes/module-system.md +++ b/docs/zh/other-usage-of-flakes/module-system.md @@ -393,7 +393,7 @@ options 的声明与类型检查。 这里需要注意的一点是,**不能在 `imports =[ ... ];` 中使用由 `_module.args` 传递的参数**, 我们在前面 -[传递非默认参数到模块系统中 ](../nixos-with-flakes/nixos-with-flakes-enabled#pass-non-default-parameters-to-submodules) +[传递非默认参数到模块系统中 ](../nixos-with-flakes/nixos-flake-and-module-system#pass-non-default-parameters-to-submodules) 一章中已经做过详细说明。 ## References