parent
55779b20cd
commit
f911ebbec9
17 changed files with 51 additions and 56 deletions
|
|
@ -14,7 +14,7 @@ let
|
|||
renderValue = option:
|
||||
{
|
||||
int = toString option;
|
||||
bool = if option then "yes" else "no";
|
||||
bool = lib.hm.booleans.yesNo option;
|
||||
string = option;
|
||||
}.${builtins.typeOf option};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue