This commit is contained in:
DualWu 2024-12-25 16:43:47 +08:00 committed by GitHub
parent e5a039bb99
commit 839c1de3d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -436,7 +436,7 @@ normal:
One thing to note here is that **you cannot use parameters passed by `_module.args` in 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 `imports =[ ... ];`**. We have already provided a detailed explanation in the previous
section 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 ## References