forked from mirrors/nixpkgs
4 lines
110 B
Nix
4 lines
110 B
Nix
{ lib, ... }: {
|
|
config._module.freeformType = with lib.types; lazyAttrsOf (either str (lazyAttrsOf str));
|
|
}
|