the openxr bug also affect skylake, so disabling.
This commit is contained in:
parent
be565e25a2
commit
466294e967
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user