update vulkan

This commit is contained in:
Odweta
2026-01-21 17:53:46 +01:00
parent 8f90e50e17
commit 8939238899
-13
View File
@@ -27,17 +27,4 @@
}; };
hardware.cpu.intel.updateMicrocode = true; hardware.cpu.intel.updateMicrocode = true;
nixpkgs.config = {
allowUnfree = true;
packageOverrides = pkgs: {
my32bit = pkgs.buildEnv {
name = "my32bit";
paths = [
pkgs.lib32Mesa
pkgs.lib32VulkanIntel
];
};
};
};
} }