summaryrefslogtreecommitdiff
path: root/lib/fileset/README.md
diff options
context:
space:
mode:
authorSilvan Mosberger <silvan.mosberger@tweag.io>2023-09-15 00:08:04 +0200
committerSilvan Mosberger <silvan.mosberger@tweag.io>2023-09-21 00:21:02 +0200
commit94e103ee3f2096fd8b0484988ef65ff0e68fd73f (patch)
tree66d996b2b42820cc490d93e88a5ce0afb46b00ea /lib/fileset/README.md
parentlib.fileset: Internal representation v2, ~12x faster unions! (diff)
downloadnixpkgs-94e103ee3f2096fd8b0484988ef65ff0e68fd73f.tar.gz
lib.fileset: Minor changes from feedback
Co-authored-by: Robert Hensing <robert@roberthensing.nl> Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
Diffstat (limited to 'lib/fileset/README.md')
-rw-r--r--lib/fileset/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/fileset/README.md b/lib/fileset/README.md
index c50f7936aa77..6e57f1f8f2b4 100644
--- a/lib/fileset/README.md
+++ b/lib/fileset/README.md
@@ -50,11 +50,11 @@ An attribute set with these values:
- `_internalBaseRoot` (path):
The filesystem root of `_internalBase`, same as `(lib.path.splitRoot _internalBase).root`.
- This is here because this needs to be computed anyways, and this computation shouldn't be duplicated.
+ This is here because this needs to be computed anyway, and this computation shouldn't be duplicated.
- `_internalBaseComponents` (list of strings):
The path components of `_internalBase`, same as `lib.path.subpath.components (lib.path.splitRoot _internalBase).subpath`.
- This is here because this needs to be computed anyways, and this computation shouldn't be duplicated.
+ This is here because this needs to be computed anyway, and this computation shouldn't be duplicated.
- `_internalTree` ([filesetTree](#filesettree)):
A tree representation of all included files under `_internalBase`.