-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
initial multiArch support #18
Conversation
Hello! This is quite the turnaround from what I assumed to be a dead request. Thanks!
What do you mean by "NixOS is only supported on x86 Linux"? do you mean officially? I haven't seen any statements about official support, but nixpkgs does support multiarch, but maybe not as much non-x86 builds. For example I do still have a hard time updating from both channels I'm referring to you for my understanding of
Thus I do not understand what this means, as nixpkgs has no defined arch? I'm still relatively new and only started tracking my own NixOS configs only recently, but this simple repo layout has been working fine in between My goal is to fully embrace I've definitely liked the layout of this configuration template more than any other i've seen and appreciate what it offers so far. I hope to make the switch soon. |
@tgunnoe, sorry for the delayed response on this. I made the assumption, based on the images available for download on nixos.org, that NixOS was only supported on x86, since those are the only images available. It is possible that it would work on other architectures. Although, since the flakes specification doesn't allow for defining |
initial multiArch support
This should resolve #17 and fix #34. NixOS is only supported on x86 Linux, so this does not affect nixosConfigurations. This only affects the
devShell
andpackage
outputs. NixOS is pinned to x86_64 for now.Every package is tested to ensure it is compatible with a given system based on its platform metadata before it it added to that systems package set.