doc: fix example consistency on mapAttrsRecursiveCond (#418991)

This commit is contained in:
Johannes Kirschbauer 2025-07-04 21:54:15 +02:00 committed by GitHub
commit d3cd84d2b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1163,7 +1163,7 @@ rec {
```nix
mapAttrsRecursiveCond
(as: !(as ? "type" && as.type == "derivation"))
(x: x.name)
(path: x: x.name)
attrs
```
:::