wrapper-manager-fds/modules: update stringy type

This commit is contained in:
Gabriel Arazas 2024-08-04 17:32:41 +08:00
parent c15fabcab7
commit eeec3a1dff

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,