wrapper-manager-fds/modules: update stringy type

This commit is contained in:
Gabriel Arazas 2024-08-04 17:32:41 +08:00
parent fcd9503664
commit e042128be3
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -8,7 +8,7 @@
let
envConfig = config;
toStringType = with lib.types; coercedTo str (x: "${x}") str;
toStringType = with lib.types; coercedTo (oneOf [str path int float bool]) (x: "${x}") str;
envSubmodule =
{
config,