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