#Nix Flake Bevy GPU issue

1 messages · Page 1 of 1 (latest)

bright tinsel
#

Given this is Nix you should be able to reproduce the issue pretty easily lmfao

cunning locust
#

There is a problem with nix and rust regarding graphics API I remember setting some flags in the build script I found it on GH but I can't send you exactly the solution as I'm in travel rn

#

Btw hello fellow nix user

cold bramble
#

Unsure if the issue, but this trips me up sometimes: is your nixpkgs input of similar age between your bevy flake & your system flake, don't think graphics libraries get the same level of nix goodness & some bits need to be system wide, so I find I need to keep them sync'd to some degree, so the client libs match the system wide ones.

cunning locust