Improve overlay lib functions some more.

This commit is contained in:
Ben Wolsieffer 2020-08-02 15:05:33 -04:00
parent b1c2f965a6
commit b14b103012
5 changed files with 11 additions and 15 deletions

View file

@ -1,6 +1,5 @@
self: super:
with import ./lib/mk-overlay.nix { inherit (super) lib; };
mergeOverlays [
self: super: with super.lib;
foldr composeExtensions (_: _: {}) [
(import ./pkgs)
(import ./distros)
] self super