abstract away architectures
This commit is contained in:
parent
8ebf7b68df
commit
1a6b8afdce
8 changed files with 81 additions and 33 deletions
|
|
@ -4,7 +4,7 @@
|
|||
in rec {
|
||||
# attrsToList
|
||||
attrsToList = attrs:
|
||||
mapAttrsToList (name: value: {inherit name value;}) attrs;
|
||||
mapAttrsToList (name: value: { inherit name value; }) attrs;
|
||||
|
||||
# mapFilterAttrs ::
|
||||
# (name -> value -> bool)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue