mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
docs(nix): add notice for vulkan driver error potentially relating to nixpkgs mismatches
This commit is contained in:
parent
521b2bf46b
commit
88eca50c36
@ -22,6 +22,11 @@ git lfs install --local && git lfs fetch && git lfs checkout
|
||||
```
|
||||
This should be automatically done if you use the development shell.
|
||||
|
||||
If you get an issue such as `WARN gfx_backend_vulkan: Unable to create Vulkan instance: VkError(ERROR_INCOMPATIBLE_DRIVER)`,
|
||||
it might be that your system nixpkgs version and veloren repo nixpkgs version might be too far apart. In that case, you can try
|
||||
changing your system nixpkgs to the unstable channel, or change the `nixpkgs` input in the `flake.nix` to match your system
|
||||
nixpkgs.
|
||||
|
||||
## Usage for players
|
||||
|
||||
### With flakes
|
||||
|
Loading…
Reference in New Issue
Block a user