diff --git a/modules/wrapper-manager/base.nix b/modules/wrapper-manager/base.nix index 7b63a87..9079b54 100644 --- a/modules/wrapper-manager/base.nix +++ b/modules/wrapper-manager/base.nix @@ -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,