7
LinuxRulz! doesn't work on nixos
(lemmy.world)
Welcome to Linux Crack Tips!
The place to share and discuss everything about the intersection of Linux, Gaming and Piracy.
This is the official replacement for r/LinuxCrackSupport, which was abandoned by the original mod team!
Community rules:
Important links:
Related communities
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
wow omg did not excpect that to work but the installer did indeed pop up. Thank you very much!!!