mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-21 14:48:39 +03:00
6 lines
148 B
Nix
6 lines
148 B
Nix
self: super:
|
|
with import ./lib/mk-overlay.nix { inherit (super) lib; };
|
|
applyOverlays self super [
|
|
(import ./base.nix)
|
|
(import ./distros.nix)
|
|
]
|