MidstallSoftware / mobile-nixos

https://mobile.nixos.org/
MIT License
4 stars 0 forks source link

Automatically select packages "system" based on device #3

Open RossComputerGuy opened 2 months ago

RossComputerGuy commented 2 months ago

As the title says, a device should be able to pick which target system to target for based on the architecture. This will greatly help with Flakes and could open the door for better cross compiling.

samueldr commented 2 months ago

a device should be able to pick which target system to target for based on the architecture

It's already possible and the default... Except if you somehow use Flakes. (Which are unsupported for a good reason.)

This will greatly help with Flakes and could open the door for better cross compiling.

Literally my reason number one for why Flakes are broken.

RossComputerGuy commented 2 months ago

Yeah, I like using Flakes and want to improve using them.