Partial way to unifying nixos and home-manager modules
This commit is contained in:
@@ -11,6 +11,8 @@ rec {
|
||||
# (name -> value -> bool)
|
||||
# (name -> value -> { name = any; value = any; })
|
||||
# attrs
|
||||
# Generate an attribute set by mapping a function (f) to it and then filter
|
||||
# by the predicate (pred)
|
||||
mapFilterAttrs = pred: f: attrs: filterAttrs pred (mapAttrs' f attrs);
|
||||
|
||||
# Generate an attribute set by mapping a function over a list of values.
|
||||
|
||||
Reference in New Issue
Block a user