diff options
| author | Philip Taron <philip.taron@gmail.com> | 2024-04-02 14:46:59 -0700 |
|---|---|---|
| committer | Philip Taron <philip.taron@gmail.com> | 2024-04-02 14:46:59 -0700 |
| commit | 4b2e46dd39d87bd20ac67e85f8075d4ce86ca883 (patch) | |
| tree | 022cdfad3d5c7df810fcf906f2c698c818efa6f8 /lib/fileset/default.nix | |
| parent | eza: fix typo: compatibilty to compatibility (diff) | |
| download | nixpkgs-4b2e46dd39d87bd20ac67e85f8075d4ce86ca883.tar.gz | |
lib.fileset: fix typo: compatibity to compatibility
Diffstat (limited to 'lib/fileset/default.nix')
| -rw-r--r-- | lib/fileset/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fileset/default.nix b/lib/fileset/default.nix index ce9afc796a3f..e29f30251c69 100644 --- a/lib/fileset/default.nix +++ b/lib/fileset/default.nix @@ -1,5 +1,5 @@ /* - <!-- This anchor is here for backwards compatibity --> + <!-- This anchor is here for backwards compatibility --> []{#sec-fileset} The [`lib.fileset`](#sec-functions-library-fileset) library allows you to work with _file sets_. |
