the openxr bug also affect skylake, so disabling.

This commit is contained in:
Danilo Reyes 2023-09-25 09:04:44 -06:00
parent be565e25a2
commit 466294e967

View File

@ -269,13 +269,13 @@ architecture and other build flags.
#+begin_src nix
nixpkgs = {
# hostPlatform = lib.mkDefault "x86_64-linux";
hostPlatform = lib.mkDefault "x86_64-linux";
config.allowUnfree = true;
localSystem = {
gcc.arch = cpuArchitecture;
gcc.tune = cpuArchitecture;
system = "x86_64-linux";
};
# localSystem = {
# gcc.arch = cpuArchitecture;
# gcc.tune = cpuArchitecture;
# system = "x86_64-linux";
# };
};
#+end_src