about summary refs log tree commit diff
path: root/pkgs/development/cuda-modules/modules/cudnn/default.nix
blob: dd52cbaa24b4d338ab7f8c1ed3c7dae88ec47467 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{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;
  #   };
  # }
}