From f8427e53285946f8f0d1529eeae831fb080d171b Mon Sep 17 00:00:00 2001 From: Silvan Mosberger Date: Tue, 21 Nov 2023 19:16:13 +0100 Subject: [PATCH] Minor change --- source/tutorials/file-sets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tutorials/file-sets.md b/source/tutorials/file-sets.md index 3b1a6f868..92b064e87 100644 --- a/source/tutorials/file-sets.md +++ b/source/tutorials/file-sets.md @@ -21,7 +21,7 @@ Using these features directly can be tricky however: - The [`builtins.path`](https://nixos.org/manual/nix/stable/language/builtins.html#builtins-path) function (and equivalently [`lib.sources.cleanSourceWith`](https://nixos.org/manual/nixpkgs/stable/#function-library-lib.sources.cleanSourceWith)) can address these problems. - However, it's hard to get the desired path selection using the `filter` interface. + However, it's hard to get the desired path selection using function-based interface. In this tutorial you'll learn how to use the [file set library](https://nixos.org/manual/nixpkgs/unstable/#sec-functions-library-fileset) instead. It abstracts over these functions with essentially the same functionality,