6 lines
132 B
Nix
6 lines
132 B
Nix
{lib, ...}: {
|
|
options.flake.factory = lib.mkOption {
|
|
type = lib.types.attrsof lib.types.unspecified;
|
|
default = {};
|
|
};
|
|
}
|