1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-06-29 01:35:34 +03:00
nix-ros-overlay/catkin-setup-hook/default.nix

11 lines
138 B
Nix
Raw Normal View History

{ makeSetupHook }:
2019-03-21 00:23:14 -04:00
distro:
makeSetupHook {
name = "catkin-setup-hook";
substitutions = {
inherit distro;
};
} ./setup-hook.sh