parent
bc4470feb2
commit
aa9723303b
15 changed files with 2422 additions and 11 deletions
lib
|
@ -1,5 +1,6 @@
|
|||
lib: lock: let
|
||||
inherit (lib) attrValues findFirst foldl' hasAttr matchAttrs optionalAttrs recursiveUpdate removeAttrs;
|
||||
inherit (lib) attrValues findFirst foldl' hasAttr matchAttrs optionalAttrs recursiveUpdate;
|
||||
inherit (builtins) removeAttrs;
|
||||
|
||||
recursiveUpdateList = list: foldl' recursiveUpdate {} list;
|
||||
in rec {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue