File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1+ # Packges which have been deprecated or removed from cudaPackages
2+ final : prev : {
3+
4+ }
Original file line number Diff line number Diff line change 2626 lib ,
2727 newScope ,
2828 pkgs ,
29+ config ,
2930 __attrsFailEvaluation ? true ,
3031} :
3132let
8586 ( strings . replaceStrings [ "." ] [ "_" ] ( versions . majorMinor version ) )
8687 ] ;
8788
88- composedExtension = fixedPoints . composeManyExtensions [
89+ composedExtension = fixedPoints . composeManyExtensions ( [
8990 ( import ../development/cuda-modules/setup-hooks/extension.nix )
9091 ( callPackage ../development/cuda-modules/cuda/extension.nix { inherit cudaVersion ; } )
9192 ( callPackage ../development/cuda-modules/cuda/overrides.nix { inherit cudaVersion ; } )
108109 } )
109110 ( callPackage ../development/cuda-modules/cuda-samples/extension.nix { inherit cudaVersion ; } )
110111 ( callPackage ../development/cuda-modules/cuda-library-samples/extension.nix { } )
111- ] ;
112+ ] ++ lib . optionals config . allowAliases [
113+ ( import ../development/cuda-modules/aliases.nix )
114+ ] ) ;
112115
113116 cudaPackages = customisation . makeScope newScope (
114117 fixedPoints . extends composedExtension passthruFunction
You can’t perform that action at this time.
0 commit comments