mirror of
https://github.com/kossLAN/nvim-flake.git
synced 2025-11-05 02:09:49 -05:00
mkNeovim: import description
This commit is contained in:
parent
480a334862
commit
ba0929dbc7
1 changed files with 7 additions and 4 deletions
|
|
@ -205,8 +205,11 @@ with lib;
|
||||||
+ lib.optionalString isCustomAppName ''
|
+ lib.optionalString isCustomAppName ''
|
||||||
mv $out/bin/nvim $out/bin/${lib.escapeShellArg appName}
|
mv $out/bin/nvim $out/bin/${lib.escapeShellArg appName}
|
||||||
'';
|
'';
|
||||||
meta.mainProgram =
|
meta = {
|
||||||
if isCustomAppName
|
description = oa.description;
|
||||||
then appName
|
mainProgram =
|
||||||
else oa.meta.mainProgram;
|
if isCustomAppName
|
||||||
|
then appName
|
||||||
|
else oa.meta.mainProgram;
|
||||||
|
};
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue