mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-10 01:42:24 +03:00
parent
dc13dec855
commit
bb7b9e3723
2 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
self: super: {
|
||||
rosPackages = rec {
|
||||
recurseForDerivations = true;
|
||||
lib = super.lib // import ../lib { inherit lib self; };
|
||||
|
||||
melodic = import ./distro-overlay.nix {
|
||||
|
|
|
@ -12,6 +12,7 @@ let
|
|||
}));
|
||||
|
||||
base = rosSelf: rosSuper: {
|
||||
recurseForDerivations = true;
|
||||
lib = super.lib // import ../lib { inherit self rosSelf; };
|
||||
|
||||
callPackage = self.newScope rosSelf;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue