mirror of
https://github.com/foo-dogsquared/nix-module-wrapper-manager-fds.git
synced 2025-01-31 04:58:17 +00:00
wrapper-manager-fds/modules: update stringy type
This commit is contained in:
parent
c15fabcab7
commit
eeec3a1dff
@ -8,7 +8,7 @@
|
|||||||
let
|
let
|
||||||
envConfig = config;
|
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 =
|
envSubmodule =
|
||||||
{
|
{
|
||||||
config,
|
config,
|
||||||
|
Loading…
Reference in New Issue
Block a user