From ef8c92f05ea83640c479f6d40c03d1c7b2d4bb1a Mon Sep 17 00:00:00 2001 From: Hermes Date: Thu, 18 Jun 2026 23:02:13 -0400 Subject: [PATCH] docs: note neovim cross-compile failure in overlay comments --- flake.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/flake.nix b/flake.nix index 0403137..1a21cb5 100644 --- a/flake.nix +++ b/flake.nix @@ -111,6 +111,12 @@ # wireshark-qt: # SWITCHED to wireshark-cli. Same Qt6 multimedia → qtquick3d chain. # +# neovim: +# `libnlua0.so` built for aarch64, luajit (x86_64) tries to load it +# during codegen (preload_nlua.lua). No clean override option. +# Fix: remove from system packages + install via native build +# once uConsole is set up as remote builder. + # ==== How to build natively on uConsole ==== # To native-compile these on the uConsole: # 1. Add uConsole as a remote builder (nix.buildMachines)