mirror of
https://github.com/ryan4yin/nixos-and-flakes-book.git
synced 2024-11-21 23:53:12 +01:00
fix: fix typo (#155)
This commit is contained in:
parent
4f141293d5
commit
3ce16b76b4
@ -300,7 +300,7 @@ echo 'insert after default';"
|
|||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
可以看到,`lib.mkBefore` 会将后面的值插入到前面,而 `lib.mkAfter` 会将后面的值插入到前面。
|
可以看到,`lib.mkBefore` 会将后面的值插入到前面,而 `lib.mkAfter` 会将后面的值插入到后面。
|
||||||
|
|
||||||
> 对模块系统更深入的介绍,参见
|
> 对模块系统更深入的介绍,参见
|
||||||
> [模块系统与自定义 options](../other-usage-of-flakes/module-system.md).
|
> [模块系统与自定义 options](../other-usage-of-flakes/module-system.md).
|
||||||
|
Loading…
Reference in New Issue
Block a user