nix-ros-overlay/distros/ament-cmake-core-setup-hook/default.nix
2022-09-23 18:29:03 -04:00

6 lines
173 B
Nix

{ makeSetupHook, python }:
makeSetupHook {
name = "ament-cmake-core-setup-hook";
substitutions.python_executable = python.pythonForBuild.interpreter;
} ./setup-hook.sh