ALT-F4-LLC/kickstart.nix

nixpkgs.hostPlatform defaults to aarch64-linux

Closed this issue · 3 comments

nixpkgs.hostPlatform = lib.mkDefault "aarch64-linux";

Should this not be x86_64-linux as a default? It's the more usual Linux arch

Yeah we need to pass the param down in the function. I'll patch it now.

I would suggest moving this into modules/configuration.nix and passing the system as an argument from the flake instead of hardcoding it

This has been fixed!