diff options
| author | Silvan Mosberger <silvan.mosberger@tweag.io> | 2023-10-03 21:56:53 +0200 |
|---|---|---|
| committer | Silvan Mosberger <silvan.mosberger@tweag.io> | 2023-10-03 21:56:53 +0200 |
| commit | d5743d926818a3e8cb43158c827d4aff409bf12c (patch) | |
| tree | 18c1aff55f410be0a01028275ed65ae12a80be44 /lib/fileset/default.nix | |
| parent | libotr: fix cross (diff) | |
| download | nixpkgs-d5743d926818a3e8cb43158c827d4aff409bf12c.tar.gz | |
lib.fileset.unions: Fix outdated docs
Since 4f35f003e6e5b800be75e3985054e5fce2dea50a unions supports empty lists too
Diffstat (limited to 'lib/fileset/default.nix')
| -rw-r--r-- | lib/fileset/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/fileset/default.nix b/lib/fileset/default.nix index ab26112c9470..f7d957bd264c 100644 --- a/lib/fileset/default.nix +++ b/lib/fileset/default.nix @@ -258,7 +258,6 @@ If a directory does not recursively contain any file, it is omitted from the sto */ unions = # A list of file sets. - # Must contain at least 1 element. # The elements can also be paths, # which get [implicitly coerced to file sets](#sec-fileset-path-coercion). filesets: |
