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]
- Host: GitHub
- URL: https://github.com/nixos-cuda/cuda-legacy
- Owner: nixos-cuda
- License: mit
- Created: 2025-04-09T20:01:19.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2026-04-06T17:53:12.000Z (3 months ago)
- Last Synced: 2026-04-06T19:26:59.575Z (3 months ago)
- Topics: cuda, nixpkgs, nixpkgs-overlay
- Language: Nix
- Homepage:
- Size: 3.9 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: COPYING
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).