mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 17:46:35 +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 = {
|
||||
system = "x86_64-linux";
|
||||
config = "x86_64-unknown-linux-gnu";
|
||||
gcc.arch = "alderlake";
|
||||
# gcc.arch = "alderlake";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue