4 lines
76 B
Nix
4 lines
76 B
Nix
{ options, ... }:
|
|
{
|
|
options.cuda.manifests = options.generic.manifests;
|
|
}
|