LinuxRulz! doesn't work on nixos
LinuxRulz! doesn't work on nixos
Im trying to play LinuxRulz games but im just unable to launch them. When i launch it i just get the popup this game is provided by linuxrulz and then it excits. Someone that had this problem before ?
In NixOS you need to patch binaries with patchelf. If this bundles WINE you can try changing its script to use system WINE instead.
2 0 ReplyThanks for your anwser. Would you mind going in a bit more detail im relatifly new to nix.
1 0 Reply
The easiest way to solve this kind of issue on Nixos is to add
environment.systemPackages = with pkgs; [ steam-run ];
to your configuration.nix, rebuild your system and then run the binary with steam-run, like
steam-run linuxrulzgame
1 0 Replysteam-run
wow omg did not excpect that to work but the installer did indeed pop up. Thank you very much!!!
1 0 ReplyHmm the installer pops up but when im trying to install it instantly says "Installation canceld" it has write access to the selected folder.
1 0 Reply