remove gcc arch

This commit is contained in:
Johannes Jöns 2023-11-16 17:02:37 +01:00 committed by GitHub
parent a3c2b97992
commit f6c421d37c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -130,6 +130,6 @@
nixpkgs.hostPlatform = {
system = "x86_64-linux";
config = "x86_64-unknown-linux-gnu";
gcc.arch = "alderlake";
# gcc.arch = "alderlake";
};
}