From 839c1de3d88179f1b3e98fd86519a3a1d937a012 Mon Sep 17 00:00:00 2001 From: DualWu Date: Wed, 25 Dec 2024 16:43:47 +0800 Subject: [PATCH] fix link (#210) --- docs/en/other-usage-of-flakes/module-system.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/other-usage-of-flakes/module-system.md b/docs/en/other-usage-of-flakes/module-system.md index 181e0d0..81c8a02 100644 --- a/docs/en/other-usage-of-flakes/module-system.md +++ b/docs/en/other-usage-of-flakes/module-system.md @@ -436,7 +436,7 @@ normal: One thing to note here is that **you cannot use parameters passed by `_module.args` in `imports =[ ... ];`**. We have already provided a detailed explanation in the previous section -[Passing Non-default Parameters to Submodules](../nixos-with-flakes/nixos-with-flakes-enabled#pass-non-default-parameters-to-submodules). +[Passing Non-default Parameters to Submodules](../nixos-with-flakes/nixos-flake-and-module-system#pass-non-default-parameters-to-submodules). ## References