Skip to content

Commit

Permalink
fix: fix typo (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
cqrect authored Apr 26, 2024
1 parent 4f14129 commit 3ce16b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/zh/nixos-with-flakes/modularize-the-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ echo 'insert after default';"
```
可以看到,`lib.mkBefore` 会将后面的值插入到前面,而 `lib.mkAfter` 会将后面的值插入到前面
可以看到,`lib.mkBefore` 会将后面的值插入到前面,而 `lib.mkAfter` 会将后面的值插入到后面
> 对模块系统更深入的介绍,参见
> [模块系统与自定义 options](../other-usage-of-flakes/module-system.md).
Expand Down

0 comments on commit 3ce16b7

Please sign in to comment.