mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-11 18:24:50 +03:00
Improve overlay lib functions some more.
This commit is contained in:
parent
b1c2f965a6
commit
b14b103012
5 changed files with 11 additions and 15 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue