7 lines
93 B
Nix
7 lines
93 B
Nix
{ lib, ... }:
|
|
|
|
{
|
|
options.flake.meta = lib.mkOption {
|
|
type = lib.types.anything;
|
|
};
|
|
}
|