2024-04-21 15:54:59 +00:00
|
|
|
{ options, ... }:
|
2024-01-02 11:29:13 +00:00
|
|
|
{
|
|
|
|
options.cudnn.releases = options.generic.releases;
|
|
|
|
# TODO(@connorbaker): Figure out how to add additional options to the
|
|
|
|
# to the generic release.
|
|
|
|
# {
|
|
|
|
# url = options.mkOption {
|
2024-06-20 14:57:18 +00:00
|
|
|
# description = "URL to download the tarball from";
|
2024-01-02 11:29:13 +00:00
|
|
|
# type = types.str;
|
|
|
|
# };
|
|
|
|
# }
|
|
|
|
}
|