configuration/hosts/wrangler/nixpkgs.nix
2022-06-22 10:29:27 -07:00

7 lines
137 B
Nix

{
# CPU architecture
localSystem = {
platform.gcc = { arch = "skylake"; tune = "skylake"; };
system = "x86_64-linux";
};
}