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