about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-01-18 00:02:50 +0000
committerGitHub <noreply@github.com>2024-01-18 00:02:50 +0000
commitf8b9065479bf5030eea7468f5ce89c80b4813dab (patch)
tree6fd9027ca800aef359d76c434a542f7d71f073b5 /nixos/doc
parent34227d1e30baf6e873ab18b0383d702e584ae583 (diff)
parentf94e5280817e6baebf56d887eced60f2ac68787c (diff)
downloadnixlib-f8b9065479bf5030eea7468f5ce89c80b4813dab.tar
nixlib-f8b9065479bf5030eea7468f5ce89c80b4813dab.tar.gz
nixlib-f8b9065479bf5030eea7468f5ce89c80b4813dab.tar.bz2
nixlib-f8b9065479bf5030eea7468f5ce89c80b4813dab.tar.lz
nixlib-f8b9065479bf5030eea7468f5ce89c80b4813dab.tar.xz
nixlib-f8b9065479bf5030eea7468f5ce89c80b4813dab.tar.zst
nixlib-f8b9065479bf5030eea7468f5ce89c80b4813dab.zip
Merge staging-next into staging
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-2405.section.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2405.section.md b/nixos/doc/manual/release-notes/rl-2405.section.md
index 9972eb9711a8..3f131d1eec5f 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -97,6 +97,10 @@ The pre-existing [services.ankisyncd](#opt-services.ankisyncd.enable) has been m
   - If [`system.stateVersion`](#opt-system.stateVersion) is >=23.11, `pkgs.nextcloud27` will be installed by default.
   - Please note that an upgrade from v26 (or older) to v28 directly is not possible. Please upgrade to `nextcloud27` (or earlier) first. Nextcloud prohibits skipping major versions while upgrading. You can upgrade by declaring [`services.nextcloud.package = pkgs.nextcloud27;`](options.html#opt-services.nextcloud.package).
 
+- The vendored third party libraries have been mostly removed from `cudaPackages.nsight_systems`, which we now only ship for `cudaPackages_11_8` and later due to outdated dependencies. Users comfortable with the vendored dependencies may use `overrideAttrs` to amend the `postPatch` phase and the `meta.broken` correspondingly. Alternatively, one could package the deprecated `boost170` locally, as required for `cudaPackages_11_4.nsight_systems`.
+
+- The `cudaPackages` package scope has been updated to `cudaPackages_12`.
+
 - `services.resolved.fallbackDns` can now be used to disable the upstream fallback servers entirely by setting it to an empty list. To get the previous behaviour of the upstream defaults set it to null, the new default, instead.
 
 - `xxd` has been moved from `vim` default output to its own output to reduce closure size. The canonical way to reference it across all platforms is `unixtools.xxd`.