nix-ros-overlay/overlay.nix

7 lines
144 B
Nix
Raw Normal View History

2019-04-16 15:02:56 -04:00
self: super:
2019-12-06 17:18:47 -05:00
with import ./lib/mk-overlay.nix { inherit (super) lib; };
2019-04-16 15:02:56 -04:00
applyOverlays self super [
(import ./base.nix)
(import ./distros)
2019-04-16 15:02:56 -04:00
]