From 358ab8370e9726e60c16cb299c8138228fb0301e Mon Sep 17 00:00:00 2001 From: Shivaraj B H Date: Sat, 17 Aug 2024 17:48:49 +0530 Subject: [PATCH] reference to Nix manual Co-authored-by: Robert Hensing --- modules/apps.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/apps.nix b/modules/apps.nix index 397f32c..2f30a77 100644 --- a/modules/apps.nix +++ b/modules/apps.nix @@ -37,6 +37,7 @@ let meta = mkOption { type = types.lazyAttrsOf lib.types.raw; default = { }; + # TODO refer to Nix manual 2.25 description = '' Metadata information about the app. Standardized in Nix at .