mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-14 03:28:39 +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;
|
python = self.python3;
|
||||||
} self super;
|
} self super;
|
||||||
|
|
||||||
|
lunar = import ./mk-distro-overlay.nix {
|
||||||
|
distro = "lunar";
|
||||||
|
python = self.python2;
|
||||||
|
} self super;
|
||||||
|
|
||||||
melodic = import ./mk-distro-overlay.nix {
|
melodic = import ./mk-distro-overlay.nix {
|
||||||
distro = "melodic";
|
distro = "melodic";
|
||||||
python = self.python3;
|
python = self.python3;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue