another try

This commit is contained in:
Rouven Seifert 2024-01-04 14:56:38 +01:00
parent 94689ed2b2
commit eefcb05e3a
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09

View file

@ -14,11 +14,14 @@
./modules/virtualisation ./modules/virtualisation
]; ];
# nixpkgs.hostPlatform = { nixpkgs.hostPlatform = {
# gcc.arch = "tigerlake"; gcc.arch = "tigerlake";
# gcc.tune = "tigerlake"; gcc.tune = "tigerlake";
# system = "x86_64-linux"; system = "x86_64-linux";
# }; };
nixpkgs.buildPlatform = {
system = "x86_64-linux";
};
nix.settings.system-features = [ "gccarch-tigerlake" ]; nix.settings.system-features = [ "gccarch-tigerlake" ];