mirror of
https://github.com/nix-community/naersk
synced 2024-11-10 14:14:14 +00:00
Implement toToml for 'int'
This commit is contained in:
parent
560601e3ab
commit
b0756e84cf
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ let
|
|||
let
|
||||
ty = tomlTy v;
|
||||
in
|
||||
if ty == "bool" then
|
||||
if (ty == "bool" || ty == "int") then
|
||||
builtins.toJSON v
|
||||
else
|
||||
if ty == "string" then
|
||||
|
|
Loading…
Reference in a new issue