mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-12 18:54:50 +03:00
7 lines
132 B
Nix
7 lines
132 B
Nix
![]() |
{ overlays ? [] }@args: import <nixpkgs> {
|
||
|
overlays = [
|
||
|
(import ./base.nix)
|
||
|
(import ./melodic)
|
||
|
] ++ overlays;
|
||
|
} // args
|