Skip to content

Instantly share code, notes, and snippets.

with import ~/projects/nix-ros/nix-ros-overlay {};
with rosPackages.melodicPython3;
with pythonPackages;
mkShell {
buildInputs = [
superflore
];
ROS_HOSTNAME = "localhost";