mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-07-14 14:10:37 +03:00
10 lines
233 B
Nix
10 lines
233 B
Nix
![]() |
{ makeSetupHook, python }:
|
||
|
|
||
|
makeSetupHook {
|
||
|
name = "ament-cmake-core-setup-hook";
|
||
|
substitutions = {
|
||
|
python_major = python.sourceVersion.major;
|
||
|
python_executable = python.pythonForBuild.interpreter;
|
||
|
};
|
||
|
} ./setup-hook.sh
|