587713944a
GitOrigin-RevId: 6143fc5eeb9c4f00163267708e26191d1e918932
12 lines
315 B
Nix
12 lines
315 B
Nix
{ options, ... }:
|
|
{
|
|
options.cudnn.releases = options.generic.releases;
|
|
# TODO(@connorbaker): Figure out how to add additional options to the
|
|
# to the generic release.
|
|
# {
|
|
# url = options.mkOption {
|
|
# description = "The URL to download the tarball from";
|
|
# type = types.str;
|
|
# };
|
|
# }
|
|
}
|