mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 11:06:54 +01:00
remove gcc arch
This commit is contained in:
parent
a3c2b97992
commit
f6c421d37c
1 changed files with 1 additions and 1 deletions
|
@ -130,6 +130,6 @@
|
||||||
nixpkgs.hostPlatform = {
|
nixpkgs.hostPlatform = {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
config = "x86_64-unknown-linux-gnu";
|
config = "x86_64-unknown-linux-gnu";
|
||||||
gcc.arch = "alderlake";
|
# gcc.arch = "alderlake";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue