From 06b565c61d832e0f31f2800788fc795f9aed44b7 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Thu, 29 Aug 2024 13:21:37 +0800 Subject: [PATCH] lib: add functions at top-level --- lib/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/default.nix b/lib/default.nix index cd258c7d..70ce7029 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -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;