1{ options, ... }:
2{
3 options.cudnn.releases = options.generic.releases;
4 # TODO(@connorbaker): Figure out how to add additional options to the
5 # to the generic release.
6 # {
7 # url = options.mkOption {
8 # description = "URL to download the tarball from";
9 # type = types.str;
10 # };
11 # }
12}