Hi everyone,
I’m trying to run a roblox lua setup, but on nixos it keeps failing with missing libraries and runtime permission errors, even though it works fine on other linux distros.
I followed a setup guide where you can see script’s screenshots to verify how it should behave, but on nixos the output and loading process don’t match what’s shown there. That makes me think this is related to how nixos handles dynamic execution or sandboxed environments.
Has anyone here dealt with similar issues when running lua-based or roblox automation scripts on nixos? Do these kinds of tools usually require an fhs environment, nix-shell, or extra runtime dependencies to work correctly?
Any advice would be appreciated.