mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-12 02:34:50 +03:00
6 lines
173 B
Nix
6 lines
173 B
Nix
{ makeSetupHook, python }:
|
|
|
|
makeSetupHook {
|
|
name = "ament-cmake-core-setup-hook";
|
|
substitutions.python_executable = python.pythonForBuild.interpreter;
|
|
} ./setup-hook.sh
|