1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-14 14:10:37 +03:00
nix-ros-overlay/distros/ament-cmake-core-setup-hook/default.nix

7 lines
179 B
Nix
Raw Normal View History

{ makeSetupHook, python }:
makeSetupHook {
name = "ament-cmake-core-setup-hook";
2024-02-09 21:16:23 -05:00
substitutions.python_executable = python.pythonOnBuildForHost.interpreter;
} ./setup-hook.sh