diff --git a/nix/mkNeovim.nix b/nix/mkNeovim.nix index 4b710b0..6674af7 100644 --- a/nix/mkNeovim.nix +++ b/nix/mkNeovim.nix @@ -217,6 +217,7 @@ with lib; ''; license = with licenses; [asl20 vim]; homepage = "https://www.neovim.io"; + platforms = platforms.unix; mainProgram = if isCustomAppName then appName