refactor: rename some flake attr directories

This commit is contained in:
matt1432 2024-12-16 15:51:41 -05:00
parent 1ce40f2c1a
commit 6ca0d7248b
329 changed files with 178 additions and 139 deletions
inputs

View file

@ -8,9 +8,9 @@ let
}}/lib";
inherit (lib) attrValues findFirst foldl' hasAttr matchAttrs optionalAttrs recursiveUpdate;
recursiveUpdateList = list: foldl' recursiveUpdate {} list;
in rec {
recursiveUpdateList = list: foldl' recursiveUpdate {} list;
/*
* From an attrset, returns a flake input that has its type defaulted
* to `github` and has some of its inputs following this flake's input