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
+1 -1
View File
@@ -1163,7 +1163,7 @@ rec {
```nix
mapAttrsRecursiveCond
(as: !(as ? "type" && as.type == "derivation"))
(x: x.name)
(path: x: x.name)
attrs
```
:::