Files
nixpkgs/pkgs
Someone Serge bf9e6fe9b8 tree-wide: rm cudaSupport ? false formal parameters
'cudaSupport ? false' -> 'cudaSupport ? config.cudaSupport or false' to respect global defaults

Packages expressions that take `cudaSupport ? false` are likely to
ignore `config.cudaSupport`. Instead, we want them to make `cudaSupport`
a required argument, or to explicitly refer to `config`
2023-07-20 17:27:07 +03:00
..
2023-07-18 20:05:31 +02:00
2023-07-17 03:38:06 +00:00