fufexan/nix-gaming

DXVK Broken (Upstream issue)

Closed this issue · 5 comments

DXVK is broken from upstream nixpkgs due to the transition to GCC 13 see (NixOS/nixpkgs#283642). We may want to consider pinning a nixpkgs version for DXVK or make changes to compile with GCC12. Looks like github:NixOS/nixpkgs/b01852a162216ff5521c43254986fe3048a35f56 is the last working commit for nixos-unstable-small

I think I'm running into this issue with Star Citizen, is there a workaround I can use until upstream is fixed?

@meenzen You can use overlays and override the DXVK version. An example can be found in nix-citizen

PR has been merged upstream not quite to nixpkgs-unstable
https://nixpk.gs/pr-tracker.html?pr=302187

Issue can be closed w/ next flake update.

Fixed by a8152ec