From eeec3a1dff1ff081daf4e7b0870046275ba9bb25 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sun, 4 Aug 2024 17:32:41 +0800 Subject: [PATCH] wrapper-manager-fds/modules: update stringy type --- modules/wrapper-manager/base.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,