diff --git a/modules/apps.nix b/modules/apps.nix index 1171dcf..057ad05 100644 --- a/modules/apps.nix +++ b/modules/apps.nix @@ -34,6 +34,16 @@ let A path to an executable or a derivation with `meta.mainProgram`. ''; }; + meta = mkOption { + type = types.lazyAttrsOf lib.types.raw; + default = { }; + description = '' + Metadata information about the app. + Standardaized in Nix at . + + Note: `nix flake check` is only aware of the `description` attribute in `meta`. + ''; + }; }; }; in