dendritic-example/modules/meta-output.nix
2025-07-22 20:55:21 +01:00

7 lines
93 B
Nix

{ lib, ... }:
{
options.flake.meta = lib.mkOption {
type = lib.types.anything;
};
}