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