• 1 Post
  • 91 Comments
Joined 1 year ago
cake
Cake day: June 20th, 2023

help-circle
















  • priapus@sh.itjust.workstoLinux@lemmy.mlNixOS for gamedev
    link
    fedilink
    English
    arrow-up
    1
    ·
    4 months ago
    1. NixOS can run binaries well using nix-ld or nix-alien, those will work for the large majority of software. If you run into any trouble, you could always use distrobox as well. Some of this software will also likely be packaged in nixpkgs or other repos.
    2. You should be able to build binaries the same way you can on other distros
    3. GPU pass through works the same on NixOS as other distros, but parts of it will need to be configured in your systems configuration, which may be a bit complex, especially if you’re new to the Nix language. Here’s a good article on setting it up.