abstract away architectures

This commit is contained in:
Reid 2025-12-31 22:36:01 -08:00
parent 8ebf7b68df
commit 9414398f68
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
8 changed files with 80 additions and 33 deletions

View file

@ -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)