mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-12 02:34:50 +03:00
Add lunar distro.
This commit is contained in:
parent
faad28fb36
commit
f1bceef6ca
2 changed files with 10 additions and 0 deletions
5
lunar/overrides.nix
Normal file
5
lunar/overrides.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
# Top level package set
|
||||
self:
|
||||
# Distro package set
|
||||
rosSelf: rosSuper: {
|
||||
}
|
|
@ -10,6 +10,11 @@ self: super: {
|
|||
python = self.python3;
|
||||
} self super;
|
||||
|
||||
lunar = import ./mk-distro-overlay.nix {
|
||||
distro = "lunar";
|
||||
python = self.python2;
|
||||
} self super;
|
||||
|
||||
melodic = import ./mk-distro-overlay.nix {
|
||||
distro = "melodic";
|
||||
python = self.python3;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue