mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +00:00
lib: add functions at top-level
This commit is contained in:
parent
0750c10a0d
commit
06b565c61d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user