I am building astal: Nix | Astal
Here like this: aoi/flake.nix at fd6a43564a9111d9bca869f63e5bd9f0f7302b17 · mobsenpai/aoi · GitHub
packages.${system}.default = astal.lib.mkLuaPackage {}
all packages inside that is good, except luautf8, seems like it can’t find it when i run the binary of this aoi
to fix I have to do
export LUA_CPATH="/nix/store/n4hzlfg1dcm3skvwqiczl0bgjmdrfs5b-lua5.2-luautf8-0.1.5-2/lib/lua/5.2/?.so"
Is there anything I can do to fix it? I have a reference dotfiles repository but there it is exact same thing is used: astal-bar/flake.nix at 6356364834155a628f0b15fe357d33b0b2181575 · linuxmobile/astal-bar · GitHub