1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-14 22:20:34 +03:00
nix-ros-overlay/overlay.nix
2020-08-02 15:05:33 -04:00

5 lines
118 B
Nix

self: super: with super.lib;
foldr composeExtensions (_: _: {}) [
(import ./pkgs)
(import ./distros)
] self super