lib: add functions at top-level

This commit is contained in:
Gabriel Arazas 2024-08-29 13:21:37 +08:00
parent 0750c10a0d
commit 06b565c61d
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -22,7 +22,7 @@ pkgs.lib.makeExtensible
inherit (self.builders) makeXDGMimeAssociationList
makeXDGPortalConfiguration makeXDGDesktopEntry;
inherit (self.trivial) countAttrs;
inherit (self.data) importYAML renderTeraTemplate;
inherit (self.data) importYAML renderTeraTemplate renderMustacheTemplate;
inherit (self.fetchers) fetchInternetArchive;
} // lib.optionalAttrs (builtins ? fetchTree) {
flake = callLib ./flake.nix;