update vulkan
This commit is contained in:
@@ -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
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user