mirror of
https://github.com/kossLAN/nvim-flake.git
synced 2025-11-05 02:09:49 -05:00
mkNeovim: add platforms option
This commit is contained in:
parent
198e3a42e7
commit
e1cd479839
1 changed files with 1 additions and 0 deletions
|
|
@ -217,6 +217,7 @@ with lib;
|
||||||
'';
|
'';
|
||||||
license = with licenses; [asl20 vim];
|
license = with licenses; [asl20 vim];
|
||||||
homepage = "https://www.neovim.io";
|
homepage = "https://www.neovim.io";
|
||||||
|
platforms = platforms.unix;
|
||||||
mainProgram =
|
mainProgram =
|
||||||
if isCustomAppName
|
if isCustomAppName
|
||||||
then appName
|
then appName
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue