cudaPackages.cudatoolkit: refactor inheriting passthru.cc

Co-authored-by: Connor Baker <ConnorBaker01@Gmail.com>
This commit is contained in:
Someone 2023-03-02 17:47:47 +00:00 committed by Someone Serge
parent 2b69d618c2
commit c376c54f70
No known key found for this signature in database
GPG Key ID: 7B0E3B1390D61DA4

View File

@ -272,7 +272,7 @@ backendStdenv.mkDerivation rec {
popd
'';
passthru = {
cc = backendStdenv.cc;
inherit (backendStdenv) cc;
majorMinorVersion = lib.versions.majorMinor version;
majorVersion = lib.versions.majorMinor version;
};