Nix aarch64-darwin

Enhance your gameplay with these tools. This category is also the right place for tools useful for modders.
Mod databases, calculators, cheatsheets, multiplayer, scripts, libs and other useful stuff that is not strictly in-game mods.
Post Reply
halorrr
Manual Inserter
Manual Inserter
Posts: 1
Joined: Sat Oct 19, 2024 4:26 am
Contact:

Nix aarch64-darwin

Post by halorrr »

Recently have been working on switching all my applications to be installed by either nix package manager or homebrew through nix. I noticed there is a factorio nix package but it is only currently available for x86_64-linux. Would it be possible for someone to add support for aarch64-darwin to this package?

User avatar
BrainGamer_
Long Handed Inserter
Long Handed Inserter
Posts: 89
Joined: Sun Nov 14, 2021 9:52 pm
Contact:

Re: Nix aarch64-darwin

Post by BrainGamer_ »

You could open a PR to add support for your target in the nixpkgs repo, the relevant files are here.

Tho I don't think its a good idea to use nix for game installs directly, rather have steam be installed through it instead. Especially with a lot of new releases that are expected to come the following weeks after the 2.0 launch in 2 days. You'd just always be out of date and would have to wait for the nix package to be updated which can take a couple of days if not longer. And thats only if you're on the unstable channel. If you are on a stable channel you would not receive any updates until a new stable channel is released and you update to it.

Post Reply

Return to “Tools”