From 466294e9671a288b5dce7faa52d1cf0785d15a75 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Mon, 25 Sep 2023 09:04:44 -0600 Subject: [PATCH] the openxr bug also affect skylake, so disabling. --- server/configuration.org | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/server/configuration.org b/server/configuration.org index 359074c..c02b9cb 100755 --- a/server/configuration.org +++ b/server/configuration.org @@ -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