mirror of
https://github.com/kossLAN/nvim-flake.git
synced 2025-11-04 17:59:50 -05:00
mkNeovim: import description
This commit is contained in:
parent
ba0929dbc7
commit
fc85c2f3fe
1 changed files with 1 additions and 1 deletions
|
|
@ -206,7 +206,7 @@ with lib;
|
||||||
mv $out/bin/nvim $out/bin/${lib.escapeShellArg appName}
|
mv $out/bin/nvim $out/bin/${lib.escapeShellArg appName}
|
||||||
'';
|
'';
|
||||||
meta = {
|
meta = {
|
||||||
description = oa.description;
|
description = "Neovim neovim-unwrapped";
|
||||||
mainProgram =
|
mainProgram =
|
||||||
if isCustomAppName
|
if isCustomAppName
|
||||||
then appName
|
then appName
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue