lab/nix-dendritic-example/modules/meta-output.nix

8 lines
93 B
Nix
Raw Normal View History

2025-07-22 20:55:21 +01:00
{ lib, ... }:
{
options.flake.meta = lib.mkOption {
type = lib.types.anything;
};
}