Commit graph

9 commits

Author SHA1 Message Date
Someone Serge 471dbe9bcf
treewide: consume config.cudaSupport as required
Eliminate uses of `config.cudaSupport or false` and alike, since the
option is now declared in config.nix with a default value

fd .nix -t f -x sed 's/config\.cudaSupport or false, cudaPackages [?] [{][}]/config.cudaSupport, cudaPackages ? { }/' '{}' -i
fd .nix -t f -x sed 's/config\.cudaSupport or false/config.cudaSupport/' '{}' -i
fd .nix -t f -x sed 's/cudaSupport = pkgs.config.cudaSupport/inherit (pkgs.config) cudaSupport/' '{}' -i
fd .nix -t f -x sed 's/cudaSupport = config.cudaSupport/inherit (config) cudaSupport/' '{}' -i
2023-07-20 18:08:19 +03:00
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
Morgan Helton 67c8ff30d3 sunshine: 0.19.1 -> 0.20.0 2023-06-17 09:20:17 -05:00
Morgan Helton 50424d0bd0 sunshine: 0.18.4 -> 0.19.1 2023-04-10 12:11:30 -05:00
Morgan Helton 42ca62eb01 sunshine: add updater script 2023-04-02 19:01:56 -05:00
Morgan Helton 34b27d45c1 sunshine: 0.16.0 -> 0.18.4 2023-03-12 20:55:24 -05:00
Morgan Helton ece23c36df sunshine: 0.15.0 -> 0.16.0 2022-12-22 16:04:44 -06:00
R. Ryantm 2cd9eb8daf sunshine: 0.14.1 -> 0.15.0 2022-11-01 07:19:49 +00:00
Morgan Helton 53f5456f3b sunshine: init at 0.14.1 2022-10-23 14:03:32 -05:00