nix-config/modules2/meta/meta-output.nix
2025-08-05 00:12:56 +01:00

7 lines
93 B
Nix

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