mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +00:00
wrapper-manager-fds/modules: update stringy type
This commit is contained in:
parent
fcd9503664
commit
e042128be3
@ -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