tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
nixpkgs
/
pkgs
/
development
/
cuda-modules
/
modules
/
cuda
/
default.nix
at
24.11-pre
4 lines
76 B
view raw
wrap content
Connor Baker
{pkgs/development/cuda-modules,pkgs/test/cuda,pkgs/top-level/cuda-packages.nix}: reformat all CUDA files with nixfmt-rfc-style 2023-03-01
2 years ago
93b08a70
1
{
options
,
.
.
.
}:
2
{
3
options
.
cuda
.
manifests
=
options
.
generic
.
manifests
;
4
}