nix-community / nixGL

A wrapper tool for nix OpenGL application [maintainer=@guibou]
628 stars 76 forks source link

enh: add a list of known nvidia drivers as an attr in nixGL #131

Open cfhammill opened 1 year ago

cfhammill commented 1 year ago

This can be used to generate wrappers purely and programmatically inside of flakes.

There's a script I used to generate the version/hash pairs in the list, see the included readme for more details.

joefiorini commented 1 year ago

I like this! Just had to spend 2 hours or so updating a fork of this code because my distro updated my nvidia driver to 530. Although it now needs zstd, so I had to modify the dependencies of the fetcher as well.

cfhammill commented 4 months ago

Now that this project has moved to nix-community, is anyone with commit rights able to say if they'd be interested in ever merging this?

I'm maintaining the branch for my own projects, no need to leave the PR open if this addition isn't desirable for the nixGL userbase at large.