nixpkgs.hostPlatform defaults to aarch64-linux
Closed this issue · 3 comments
hbjydev commented
Should this not be x86_64-linux as a default? It's the more usual Linux arch
erikreinert commented
Yeah we need to pass the param down in the function. I'll patch it now.
PhilTaken commented
I would suggest moving this into modules/configuration.nix and passing the system as an argument from the flake instead of hardcoding it
erikreinert commented
This has been fixed!