From 309636f1b058eb305c974882967577225a3ee29a Mon Sep 17 00:00:00 2001 From: Shivaraj B H Date: Sat, 17 Aug 2024 17:48:00 +0530 Subject: [PATCH] correct typo Co-authored-by: Robert Hensing --- modules/apps.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/apps.nix b/modules/apps.nix index 057ad05..397f32c 100644 --- a/modules/apps.nix +++ b/modules/apps.nix @@ -39,7 +39,7 @@ let default = { }; description = '' Metadata information about the app. - Standardaized in Nix at . + Standardized in Nix at . Note: `nix flake check` is only aware of the `description` attribute in `meta`. '';