From 65d04c4ab9db076eff09824d2936a5c215c21f36 Mon Sep 17 00:00:00 2001 From: vtgen <143022822+vtgen@users.noreply.github.com> Date: Thu, 5 Dec 2024 17:45:16 -0500 Subject: [PATCH] fix trace warning for missing meta.mainProgram (#38) --- nix/wrapper.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix/wrapper.nix b/nix/wrapper.nix index 570500c..932e2a3 100644 --- a/nix/wrapper.nix +++ b/nix/wrapper.nix @@ -9,6 +9,8 @@ let meta.description = if v.description == null then oa.meta.description or "No description" else v.description; meta.category = v.category; + meta.mainProgram = + oa.meta.mainProgram or v.name; }); wrapCommands = spec: let