Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
infinisil committed Nov 21, 2023
1 parent 436b4aa commit f8427e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/tutorials/file-sets.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f8427e5

Please sign in to comment.