mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
pkgs: add fetchers and builders from custom lib
This commit is contained in:
parent
1912e21e41
commit
a3d3e1c153
@ -4,6 +4,11 @@ with pkgs;
|
||||
lib.makeScope newScope (self: {
|
||||
# My custom nixpkgs extensions.
|
||||
foodogsquaredLib = import ../lib { inherit pkgs; };
|
||||
inherit (self.foodogsquaredLib.builders)
|
||||
makeXDGMimeAssociationList makeXDGPortalConfiguration makeXDGDesktopEntry
|
||||
buildHugoSite;
|
||||
inherit (self.foodogsquaredLib.fetchers)
|
||||
fetchInternetArchive;
|
||||
|
||||
# My custom packages.
|
||||
awesome-cli = callPackage ./awesome-cli { };
|
||||
|
Loading…
Reference in New Issue
Block a user