An open API service indexing awesome lists of open source software.

https://github.com/nixos-cuda/cuda-legacy

Select CUDA package sets which have aged out of Nixpkgs. [maintainers=@ConnorBaker, @SomeoneSerge]
https://github.com/nixos-cuda/cuda-legacy

cuda nixpkgs nixpkgs-overlay

Last synced: about 1 month ago
JSON representation

Select CUDA package sets which have aged out of Nixpkgs. [maintainers=@ConnorBaker, @SomeoneSerge]

Awesome Lists containing this project

README

          

# cuda-legacy

> [!IMPORTANT]
>
> This repository is provided as-is. Use it at your own risk.

A collection of CUDA releases and requisite packages which have aged out of Nixpkgs.

Support is best-effort. Because the ecosystem moves quickly, I (@ConnorBaker) only build and test against the commit pinned in flake.nix. If you are using a commit older than what is in the flake, you are doing so at your own risk.

We generally use commits from the latest stable release branch; the overlay should work with changes on `master` but, again, do so at your own risk.

Currently, that is (always be sure to verify as the README is not kept in sync):

```nix
# nixos-25.11 2026-03-24
nixpkgs = getFlake "github:NixOS/nixpkgs/1073dad219cb244572b74da2b20c7fe39cb3fa9e";
```

# License

`cuda-legacy` originates as a copy of Nixpkgs and is also licensed under the [MIT License](https://github.com/NixOS/nixpkgs/blob/0274b441515c91f499c5713a40a24e36faeb0134/COPYING).