Hey folks, I’m trying to run a roblox-style game script on my nixos setup using a third-party executor, and I keep running into sandbox and dependency issues. The script itself is supposed to works on solara exploits, but on nixos it either won’t inject properly or crashes after launch.
I’m guessing this might be related to how nixos handles libraries, permissions, or wine/proton layers. Has anyone here dealt with similar problems when running game executors or mod scripts on nixos? Are there any nix-shell, container, or Wine tweaks that help with stability and networking in cases like this?