10 lines
134 B
Nix
10 lines
134 B
Nix
{
|
|
nixpkgs.hostPlatform = {
|
|
system = "x86_64-linux";
|
|
gcc = {
|
|
arch = "x86-64-v3";
|
|
tune = "generic";
|
|
};
|
|
};
|
|
}
|