5 lines
87 B
Nix
5 lines
87 B
Nix
|
{ lib, ... }:
|
||
|
{
|
||
|
freeformType = with lib.types; attrsOf (either str (attrsOf str));
|
||
|
}
|