···103104 config = mkIf cfg.enable {
105 warnings = []
106- ++ optional (cfg.settings ? update_manager)
107 ''Enabling update_manager is not supported on NixOS and will lead to non-removable warnings in some clients.''
108 ++ optional (cfg.configDir != null)
109 ''
···103104 config = mkIf cfg.enable {
105 warnings = []
106+ ++ optional (cfg.settings.update_manager.enable_system_updates or false)
107 ''Enabling update_manager is not supported on NixOS and will lead to non-removable warnings in some clients.''
108 ++ optional (cfg.configDir != null)
109 ''
···13 gccMajorVersion = nvccCompatibilities.${cudaVersion}.gccMaxMajorVersion;
14 cudaStdenv = stdenvAdapters.useLibsFrom stdenv pkgs."gcc${gccMajorVersion}Stdenv";
15 passthruExtra = {
16- nixpkgsCompatibleLibstdcxx = lib.warn "cudaPackages.backendStdenv.nixpkgsCompatibleLibstdcxx is misnamed, deprecated, and will be removed after 24.05" cudaStdenv.cc.cxxStdlib.package;
17- # cc already exposed
0018 };
19 assertCondition = true;
20in
···13 gccMajorVersion = nvccCompatibilities.${cudaVersion}.gccMaxMajorVersion;
14 cudaStdenv = stdenvAdapters.useLibsFrom stdenv pkgs."gcc${gccMajorVersion}Stdenv";
15 passthruExtra = {
16+ # cudaPackages.backendStdenv.nixpkgsCompatibleLibstdcxx has been removed,
17+ # if you need it you're likely doing something wrong. There has been a
18+ # warning here for a month or so. Now we can no longer return any
19+ # meaningful value in its place and drop the attribute entirely.
20 };
21 assertCondition = true;
22in
+2-2
pkgs/development/interpreters/php/8.3.nix
···23let
4 base = callPackage ./generic.nix (_args // {
5- version = "8.3.1";
6- hash = "sha256-xA+ukZf6aKUy9qBiwxba/jsExUUTa1S56tSTL8JsauE=";
7 });
8in
9base.withExtensions ({ all, ... }: with all; ([
···23let
4 base = callPackage ./generic.nix (_args // {
5+ version = "8.3.2";
6+ hash = "sha256-WCs8g3qNlS7//idKXklwbEOojBYoMMKow1gIn+dEkoQ=";
7 });
8in
9base.withExtensions ({ all, ... }: with all; ([
···79527953 # The latest version used by elasticsearch, logstash, kibana and the the beats from elastic.
7954 # When updating make sure to update all plugins or they will break!
7955- elk7Version = "7.17.10";
79567957 elasticsearch7 = callPackage ../servers/search/elasticsearch/7.x.nix {
7958 util-linux = util-linuxMinimal;
···8472 })
8473 garage
8474 garage_0_8 garage_0_9
8475- garage_0_8_4 garage_0_9_0;
84768477 garmintools = callPackage ../development/libraries/garmintools { };
8478
···79527953 # The latest version used by elasticsearch, logstash, kibana and the the beats from elastic.
7954 # When updating make sure to update all plugins or they will break!
7955+ elk7Version = "7.17.16";
79567957 elasticsearch7 = callPackage ../servers/search/elasticsearch/7.x.nix {
7958 util-linux = util-linuxMinimal;
···8472 })
8473 garage
8474 garage_0_8 garage_0_9
8475+ garage_0_8_5 garage_0_9_1;
84768477 garmintools = callPackage ../development/libraries/garmintools { };
8478