From 16dc94407c1776cdb0869bb7038c340dacf5c0b4 Mon Sep 17 00:00:00 2001 From: shivaraj-bh Date: Thu, 8 Aug 2024 00:38:31 +0530 Subject: [PATCH] Add `shortDescription` to `appsSchema` --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 0df613b..08c0a0b 100644 --- a/flake.nix +++ b/flake.nix @@ -58,6 +58,7 @@ && app ? program && builtins.isString app.program; what = "app"; + shortDescription = app.description or ""; }) apps; })