mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-12 18:54:50 +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
|