diff options
| author | Silvan Mosberger <contact@infinisil.com> | 2023-10-04 17:39:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-04 17:39:20 +0200 |
| commit | 5db719f69c9c27690960737d4aeadae741f5a48a (patch) | |
| tree | 748eb3d0e1423c02b2df608fb51bc1602ac39b8d /lib/fileset/README.md | |
| parent | Merge pull request #258769 from mweinelt/nss-3.94 (diff) | |
| parent | lib.fileset: Don't use ulimit for testing tracing (diff) | |
| download | nixpkgs-5db719f69c9c27690960737d4aeadae741f5a48a.tar.gz | |
Merge pull request #256417 from tweag/fileset.trace
`lib.fileset.trace`, `lib.fileset.traceVal`: init
Diffstat (limited to 'lib/fileset/README.md')
| -rw-r--r-- | lib/fileset/README.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/fileset/README.md b/lib/fileset/README.md index 76c1e8d3f2cb..1aed7efec4ca 100644 --- a/lib/fileset/README.md +++ b/lib/fileset/README.md @@ -212,6 +212,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 |
