summaryrefslogtreecommitdiff
path: root/lib/fileset/README.md
diff options
context:
space:
mode:
authorSilvan Mosberger <silvan.mosberger@tweag.io>2023-09-26 19:12:58 +0200
committerSilvan Mosberger <silvan.mosberger@tweag.io>2023-10-04 16:31:13 +0200
commit5bbe67bf67b5728bf2c0ed8228853c661a39606d (patch)
tree6f3c4cd1472a386b805446b9531735da64da6232 /lib/fileset/README.md
parentlib.fileset.traceVal: init (diff)
downloadnixpkgs-5bbe67bf67b5728bf2c0ed8228853c661a39606d.tar.gz
lib.fileset: Mention trace functions in the file set evaluation error
Diffstat (limited to 'lib/fileset/README.md')
-rw-r--r--lib/fileset/README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/fileset/README.md b/lib/fileset/README.md
index 2ef7b81e8850..d4c80e9433e4 100644
--- a/lib/fileset/README.md
+++ b/lib/fileset/README.md
@@ -207,6 +207,5 @@ Here's a list of places in the library that need to be updated in the future:
- > The file set library is currently somewhat limited but is being expanded to include more functions over time.
in [the manual](../../doc/functions/fileset.section.md)
-- Once a tracing function exists, `__noEval` in [internal.nix](./internal.nix) should mention it
- If/Once a function to convert `lib.sources` values into file sets exists, the `_coerce` and `toSource` functions should be updated to mention that function in the error when such a value is passed
- If/Once a function exists that can optionally include a path depending on whether it exists, the error message for the path not existing in `_coerce` should mention the new function