nixpkgs/pkgs/development/embedded/teensy-cmake-macros/hook.nix
Michael Donovan 3cecf7bb5a teensy-cmake-macros: init at unstable-2023-04-15
Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>
2023-08-19 22:22:45 +00:00

18 lines
363 B
Nix

{ lib
, makeSetupHook
, teensy-cmake-macros
}:
makeSetupHook {
name = "teensy-cmake-macros-hook";
propagatedBuildInputs = [ teensy-cmake-macros ];
passthru = { inherit teensy-cmake-macros; };
meta = {
description = "A setup hook for teensy-cmake-macros";
inherit (teensy-cmake-macros.meta) maintainers platforms broken;
};
} ./setup-hook.sh