mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-01-11 20:40:24 +01:00
feat: passby router - aqua
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user