mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-28 09:25:33 +03:00
10 lines
138 B
Nix
10 lines
138 B
Nix
{ makeSetupHook }:
|
|
|
|
distro:
|
|
|
|
makeSetupHook {
|
|
name = "catkin-setup-hook";
|
|
substitutions = {
|
|
inherit distro;
|
|
};
|
|
} ./setup-hook.sh
|