mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-14 03:28:39 +03:00
5 lines
118 B
Nix
5 lines
118 B
Nix
self: super: with super.lib;
|
|
foldr composeExtensions (_: _: {}) [
|
|
(import ./pkgs)
|
|
(import ./distros)
|
|
] self super
|