mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +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
|
inherit (self.builders) makeXDGMimeAssociationList
|
||||||
makeXDGPortalConfiguration makeXDGDesktopEntry;
|
makeXDGPortalConfiguration makeXDGDesktopEntry;
|
||||||
inherit (self.trivial) countAttrs;
|
inherit (self.trivial) countAttrs;
|
||||||
inherit (self.data) importYAML renderTeraTemplate;
|
inherit (self.data) importYAML renderTeraTemplate renderMustacheTemplate;
|
||||||
inherit (self.fetchers) fetchInternetArchive;
|
inherit (self.fetchers) fetchInternetArchive;
|
||||||
} // lib.optionalAttrs (builtins ? fetchTree) {
|
} // lib.optionalAttrs (builtins ? fetchTree) {
|
||||||
flake = callLib ./flake.nix;
|
flake = callLib ./flake.nix;
|
||||||
|
Loading…
Reference in New Issue
Block a user