Commit 47209852 authored by Someone Serge's avatar Someone Serge Committed by Anderson Torres
Browse files

cudaPackages: redist: mark as prebuilt binary

parent 6cd3e9ce
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -168,6 +168,7 @@ backendStdenv.mkDerivation {
    license = lib.licenses.nvidiaCudaRedist // {
      url = "https://developer.download.nvidia.com/compute/cuda/redist/${releaseAttrs.license_path or "${pname}/LICENSE.txt"}";
    };
    sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
    maintainers = lib.teams.cuda.members;
    # Force the use of the default, fat output by default (even though `dev` exists, which
    # causes Nix to prefer that output over the others if outputSpecified isn't set).