nixGL icon indicating copy to clipboard operation
nixGL copied to clipboard

"`linuxPackages.nvidia_x11` does not contain `buildInputs`" error when building NVIDIA wrappers.

Open 2goodAP opened this issue 2 months ago • 1 comments

Non-NVIDIA wrappers build just fine, it's just the NVIDIA wrappers that throw the following error.

image

The problem seems to be in the following section.

image

Also, a NixOS module exposes mkDriver function for building nvidia drivers. Could we use that here instead of overriding the nvidia_x11 package?

Nixpkgs version: 2b6ee326ad047870526d9a3ae88dfd0197da898d (nixpkgs-unstable) Nix version: 2.13.3 Host OS: Ubuntu 24.04 Beta

2goodAP avatar Apr 18 '24 11:04 2goodAP