summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorSilvan Mosberger <silvan.mosberger@tweag.io>2023-11-28 12:59:56 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-11-28 15:52:24 +0000
commit356f49951ecd4dd18efe37df2f52115394fb831c (patch)
tree4dcfe94ad378001c67f1847446cea2431cab31b3 /nixos
parent41213c07bb6c23231972dfa0a050258d44a0ee7f (diff)
rl-2311: Link to blog post on the file set library
(cherry picked from commit ec54fee3b5c9d4ec0f635f6b63689742fc8b4bcc)
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/release-notes/rl-2311.section.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2311.section.md b/nixos/doc/manual/release-notes/rl-2311.section.md
index 715ae997af435..a609d1bd1ec0e 100644
--- a/nixos/doc/manual/release-notes/rl-2311.section.md
+++ b/nixos/doc/manual/release-notes/rl-2311.section.md
@@ -644,7 +644,8 @@ The module update takes care of the new config syntax and the data itself (user
   designed to be easy and safe to use.
 
   This aims to be a replacement for `lib.sources`-based filtering.
-  To learn more about it, see [the tutorial](https://nix.dev/tutorials/file-sets).
+  To learn more about it, see [the blog post](https://www.tweag.io/blog/2023-11-28-file-sets/)
+  or [the tutorial](https://nix.dev/tutorials/file-sets).
 
 - [`lib.gvariant`](https://nixos.org/manual/nixpkgs/unstable#sec-functions-library-gvariant):
   A partial and basic implementation of GVariant formatted strings.