delta: set wrapper's 'meta'

Notably, this will set `meta.mainProgram`.
This commit is contained in:
Bruno BELANYI
2025-10-20 13:28:20 +00:00
committed by Austin Horstman
parent 189c21cf87
commit 0cb746a743

View File

@@ -79,6 +79,7 @@ in
wrapProgram $out/bin/delta \
--add-flags "--config ${configFile}"
'';
inherit (cfg.package) meta;
};
in
if !cfg.enableGitIntegration && cfg.options != { } then wrappedDelta else cfg.package;