mirror of
https://github.com/ryan4yin/nixos-and-flakes-book.git
synced 2025-06-22 04:51:29 +02:00
fix: style
This commit is contained in:
parent
7404098ea1
commit
6532ce678b
@ -204,7 +204,7 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
# 示例 1(正常)
|
# 示例 1(正常)
|
||||||
config.warnings = if config.foo then ["foo"] else [];
|
config.warnings = if config.foo then ["foo"] else [];
|
||||||
|
|
||||||
# 示例 2(无限递归)
|
# 示例 2(无限递归)
|
||||||
# error: infinite recursion encountered
|
# error: infinite recursion encountered
|
||||||
|
Loading…
x
Reference in New Issue
Block a user