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