1 # Shims to mimic the shape of ../modules/generic/manifests/{feature,redistrib}/release.nix
6 # String is "unsupported" if the given architecture is unsupported.
10 featureRelease = lib.optionalAttrs (redistArch != "unsupported") {
11 ${redistArch}.outputs = {
18 name = "NVIDIA CUDA Deep Neural Network library (cuDNN)";
19 inherit (package) version;