Unverified Commit b17bdf39 authored by Silvan Mosberger's avatar Silvan Mosberger Committed by GitHub
Browse files

Merge pull request #267324 from tweag/lib.fileset-minor

lib.fileset: Very minor changes
parents 541745f7 9ec104bb
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -241,7 +241,4 @@ Arguments:
## To update in the future

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)
- 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
+1 −1
Original line number Diff line number Diff line
@@ -188,7 +188,7 @@ in {
            - Set `root` to ${toString fileset._internalBase} or any directory higher up. This changes the layout of the resulting store path.
            - Set `fileset` to a file set that cannot contain files outside the `root` (${toString root}). This could change the files included in the result.''
    else
      builtins.seq sourceFilter
      seq sourceFilter
      cleanSourceWith {
        name = "source";
        src = root;