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 #+begin_src nix
nixpkgs = { nixpkgs = {
# hostPlatform = lib.mkDefault "x86_64-linux"; hostPlatform = lib.mkDefault "x86_64-linux";
config.allowUnfree = true; config.allowUnfree = true;
localSystem = { # localSystem = {
gcc.arch = cpuArchitecture; # gcc.arch = cpuArchitecture;
gcc.tune = cpuArchitecture; # gcc.tune = cpuArchitecture;
system = "x86_64-linux"; # system = "x86_64-linux";
}; # };
}; };
#+end_src #+end_src