amd vlk 🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥 it doesn't crash in cyberpunk benchmark

no more
This commit is contained in:
Kopatz
2025-03-13 17:26:25 +01:00
parent a8adef48e6
commit d35d611b62
3 changed files with 5 additions and 5 deletions

6
flake.lock generated
View File

@@ -648,11 +648,11 @@
}, },
"nixpkgs-mesa-git": { "nixpkgs-mesa-git": {
"locked": { "locked": {
"lastModified": 1741766918, "lastModified": 1741880641,
"narHash": "sha256-Zy3o+H2S1D/PX/7MSYOuDDaCtOtUfLMAnoBqiMxrhb4=", "narHash": "sha256-jkMameX1CJeU77EKLNbkD6ibowV9uRwSenALk/YP9lo=",
"owner": "kropatz", "owner": "kropatz",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "386fd8931a36ffd2b899cfe163cee6a2aedbb742", "rev": "a25597d8f13187d47427f36459cca5a93e31fa7b",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -11,7 +11,7 @@ in {
enable = true; enable = true;
enable32Bit = true; enable32Bit = true;
package = lib.mkForce pkgs.mesa-git.mesa.drivers; package = lib.mkForce pkgs.mesa-git.mesa.drivers;
#extraPackages = with pkgs; [ amdvlk ]; extraPackages = with pkgs; [ mesa-git.amdvlk ];
}; };
boot.initrd.kernelModules = [ "amdgpu" ]; boot.initrd.kernelModules = [ "amdgpu" ];

View File

@@ -90,7 +90,7 @@
enable = false; enable = false;
acceleration = "cuda"; acceleration = "cuda";
}; };
virtualisation.waydroid.enable = true; virtualisation.waydroid.enable = false;
i18n.supportedLocales = [ i18n.supportedLocales = [
"C.UTF-8/UTF-8" "C.UTF-8/UTF-8"