Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions known_drivers/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Nvidia drivers

A single nix expression listing known nvidia driver versions and their corresponding hashes.
To be used as input to flakes that use nixGL

The list of version/hash pairs can be regenerated by the `mk-nvidia-drivers.py` script,
which fetches the list of drivers at https://download.nvidia.com/XFree86/Linux-x86_64/
for each version, attempts to locate a runfile using the same url template as used to
generate the nixGLNvidia wrappers, then run nix-prefetch-url to get the hash, then
cleans the downloaded runfile out the store.
Loading