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