diff options
author | tv <tv@krebsco.de> | 2021-10-26 13:05:49 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2021-10-26 13:52:25 +0200 |
commit | 6ef8900af4bca2901f00c718e3ac8ba457348451 (patch) | |
tree | 10040eadad68b8f8287473b1dd2c4ce67bed6853 /README.md | |
parent | 53eda9cafee46a506053099c6ced393aa5675f86 (diff) |
populate file: admit derivations1.26.0
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -217,6 +217,8 @@ Supported attributes: whether a file has changed. This is useful when `path` points at files with mangled timestamps, e.g. the Nix store. + The default value is `true` if `path` is a derivation, and `false` otherwise. + * `filters` (optional) List of filters that should be passed to [`rsync`](https://rsync.samba.org/). Filters are specified as attribute sets with the attributes `type` and |