Unverified Commit 98d0d0ea authored by Ben Wolsieffer's avatar Ben Wolsieffer Committed by GitHub
Browse files

Add many Nix/NixOS packages. (#29070)


* Add many Nix/NixOS packages.

* Add documentation for NixOS

Co-authored-by: default avatarJacob Perron <jacob@openrobotics.org>
parent 726d199a
master rolling/2022-09-09 rolling/2022-08-23 rolling/2022-07-15 rolling/2022-07-01 rolling/2022-06-10 rolling/2022-05-26 rolling/2022-04-22 rolling/2022-04-12 rolling/2022-03-24 rolling/2022-02-22 rolling/2022-01-28 rolling/2022-01-11 rolling/2021-12-09 rolling/2021-11-11 rolling/2021-11-02 rolling/2021-09-30 rolling/2021-09-10 rolling/2021-08-19 rolling/2021-08-06 rolling/2021-07-15 rolling/2021-07-06 rolling/2021-06-08 noetic/2022-09-15 noetic/2022-08-26 noetic/2022-07-27 noetic/2022-07-08 noetic/2022-05-18 noetic/2022-05-04 noetic/2022-04-20 noetic/2022-03-30 noetic/2022-03-16 noetic/2022-03-02 noetic/2022-02-14 noetic/2022-02-10 noetic/2022-01-21 noetic/2021-12-06 noetic/2021-11-04 noetic/2021-10-14 noetic/2021-09-27 noetic/2021-09-08 noetic/2021-08-13 noetic/2021-07-26 noetic/2021-06-25 noetic/2021-05-28 noetic/2021-05-24 melodic/2022-09-06 melodic/2022-06-30 melodic/2022-04-28 melodic/2022-03-18 melodic/2022-01-27 melodic/2021-12-21 melodic/2021-11-08 melodic/2021-09-27 melodic/2021-08-04 melodic/2021-06-09 melodic/2021-05-17 kinetic/2021-05-11 humble/2022-09-09 humble/2022-08-17 humble/2022-07-15 humble/2022-06-10 humble/2022-05-23 galactic/2022-08-05 galactic/2022-06-24 galactic/2022-06-06 galactic/2022-05-06 galactic/2022-03-31 galactic/2022-03-14 galactic/2022-02-09 galactic/2021-12-27 galactic/2021-11-11 galactic/2021-09-20 galactic/2021-08-25 galactic/2021-07-16 galactic/2021-05-23 foxy/2022-07-01 foxy/2022-06-02 foxy/2022-04-07 foxy/2022-02-08 foxy/2021-12-02 foxy/2021-11-04 foxy/2021-10-13 foxy/2021-10-07 foxy/2021-09-02 foxy/2021-08-04 foxy/2021-06-30 foxy/2021-06-03 dashing/2021-06-10
No related merge requests found
Showing with 916 additions and 1 deletion
+916 -1
......@@ -41,7 +41,8 @@ Distro packaging links:
- IF AVAILABLE
- Alpine: https://pkgs.alpinelinux.org/packages
- IF AVAILABLE
- NixOS/nixpkgs: https://search.nixos.org/packages
- OPTIONAL
<!-- DOC_INDEX_TEMPLATE: add package to rosdistro for documentation indexing -->
......
......@@ -76,6 +76,7 @@ Guidelines for rosdep rules
* Ubuntu and Debian are top priority.
* Fedora and Gentoo have packaging jobs and should be filled in if they are available.
* OSX is also nice to have.
* NixOS is not required, but may be added if desired
* If specific versions are called out, there should be coverage of all versions currently targeted by supported ROS distros.
* If there's a new distro in prerelease adding a rule for it is fine.
However please don't target 'sid' as it's a rolling target and when the keys change our database gets out of date.
......@@ -135,6 +136,11 @@ Work has been proposed to add a separate installer for AUR packages [ros-infrast
* FreeBSD project pkg repository: main or quarterly
* A database of FreeBSD packages is available at https://freshports.org
#### NixOS/nixpkgs
* [NixOS unstable channel](https://github.com/NixOS/nixpkgs/tree/nixos-unstable), search available at https://search.nixos.org/packages
* [nix-ros-overlay](https://github.com/lopsided98/nix-ros-overlay)
#### pip
For pip installers they are expected to be in the main PyPI index https://pypi.org/.
......
This diff is collapsed.
This diff is collapsed.
......@@ -78,6 +78,7 @@ ruby:
fedora: [ruby, ruby-devel, openssl-devel, rubygems]
gentoo: [dev-lang/ruby]
macports: [ruby]
nixos: [ruby]
ubuntu:
'*': [ruby]
lucid: [ruby1.8-dev, libopenssl-ruby1.8, rubygems1.8]
......@@ -105,12 +106,14 @@ ruby-dev:
fedora: [ruby-devel, openssl-devel, rubygems]
gentoo: [dev-lang/ruby]
macports: [ruby]
nixos: [ruby]
ubuntu: [ruby-dev]
ruby-ronn:
arch: [ruby-ronn]
debian: [ruby-ronn]
fedora: [rubygem-ronn]
gentoo: [app-text/ronn]
nixos: [ronn]
ubuntu: [ruby-ronn]
ruby-sass:
debian: [ruby-sass]
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment