doc: fix example consistency on mapAttrsRecursiveCond
The example should take a two argument function `f`.
This commit is contained in:
parent
38e5187aee
commit
a2f1023f57
@ -1163,7 +1163,7 @@ rec {
|
||||
```nix
|
||||
mapAttrsRecursiveCond
|
||||
(as: !(as ? "type" && as.type == "derivation"))
|
||||
(x: x.name)
|
||||
(path: x: x.name)
|
||||
attrs
|
||||
```
|
||||
:::
|
||||
|
Loading…
x
Reference in New Issue
Block a user