refactor(lib): remove references to top level lib
This commit is contained in:
parent
4deafa11ff
commit
74d7ec7640
4 changed files with 5 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
|||
}:
|
||||
let
|
||||
inherit (builtins) map head;
|
||||
inherit (lib) concatStringsSep;
|
||||
inherit (lib.lists) concatStringsSep;
|
||||
mkListEntry = x: "- [" + x.path_ + "](" + x.path_ + ")";
|
||||
listOfGeneratedFiles = withSystem (head config.systems) (psArgs: psArgs.config.files.files);
|
||||
in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue