about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorSomeone <sergei.kozlukov@aalto.fi>2024-03-19 08:57:20 +0000
committerGitHub <noreply@github.com>2024-03-19 08:57:20 +0000
commit63709965b75eea35af7d127d4b2dc87936d00019 (patch)
tree6206270095cbe053f704f237bb2428f2a6aeef13 /nixos/doc
parent84102223f0cfc48c73b9624c36e5dfdcde5dfe63 (diff)
parent112c3d5ecd3ab41e3f60de90d7d559503d516423 (diff)
downloadnixlib-63709965b75eea35af7d127d4b2dc87936d00019.tar
nixlib-63709965b75eea35af7d127d4b2dc87936d00019.tar.gz
nixlib-63709965b75eea35af7d127d4b2dc87936d00019.tar.bz2
nixlib-63709965b75eea35af7d127d4b2dc87936d00019.tar.lz
nixlib-63709965b75eea35af7d127d4b2dc87936d00019.tar.xz
nixlib-63709965b75eea35af7d127d4b2dc87936d00019.tar.zst
nixlib-63709965b75eea35af7d127d4b2dc87936d00019.zip
Merge pull request #178717 from ShamrockLee/write-multiple-references
trivial-builders: replace writeReferencesToFile with writeClosure
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-2405.section.md2
1 files changed, 2 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 1a86beaba73f..9df4f4be80b0 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -171,6 +171,8 @@ The pre-existing [services.ankisyncd](#opt-services.ankisyncd.enable) has been m
 
 - Invidious has changed its default database username from `kemal` to `invidious`. Setups involving an externally provisioned database (i.e. `services.invidious.database.createLocally == false`) should adjust their configuration accordingly. The old `kemal` user will not be removed automatically even when the database is provisioned automatically.(https://github.com/NixOS/nixpkgs/pull/265857)
 
+- `writeReferencesToFile` is deprecated in favour of the new trivial build helper `writeClosure`. The latter accepts a list of paths and has an unambiguous name and cleaner implementation.
+
 - `inetutils` now has a lower priority to avoid shadowing the commonly used `util-linux`. If one wishes to restore the default priority, simply use `lib.setPrio 5 inetutils` or override with `meta.priority = 5`.
 
 - `paperless`' `services.paperless.extraConfig` setting has been removed and converted to the freeform type and option named `services.paperless.settings`.