mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2024-11-14 21:03:10 +01:00
another try
This commit is contained in:
parent
94689ed2b2
commit
eefcb05e3a
|
@ -14,11 +14,14 @@
|
|||
./modules/virtualisation
|
||||
];
|
||||
|
||||
# nixpkgs.hostPlatform = {
|
||||
# gcc.arch = "tigerlake";
|
||||
# gcc.tune = "tigerlake";
|
||||
# system = "x86_64-linux";
|
||||
# };
|
||||
nixpkgs.hostPlatform = {
|
||||
gcc.arch = "tigerlake";
|
||||
gcc.tune = "tigerlake";
|
||||
system = "x86_64-linux";
|
||||
};
|
||||
nixpkgs.buildPlatform = {
|
||||
system = "x86_64-linux";
|
||||
};
|
||||
|
||||
nix.settings.system-features = [ "gccarch-tigerlake" ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue