mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
wrapper-manager-fds/modules: update stringy type
This commit is contained in:
parent
fcd9503664
commit
e042128be3
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user