feat: passby router - aqua

This commit is contained in:
Ryan Yin
2024-01-21 17:22:59 +08:00
parent a2814f326c
commit 22066db41b
26 changed files with 542 additions and 176 deletions

View File

@@ -11,7 +11,7 @@
# mapAttrs
# (name: value: ("bar-" + value))
# { x = "a"; y = "b"; }
# => { foo = "bar-a"; foo = "bar-b"; }
# => { x = "bar-a"; y = "bar-b"; }
inherit (lib.attrsets) mapAttrs;
# Update both the names and values of the given attribute set.