This commit is contained in:
Rongsong Shen 2025-11-05 16:42:06 +08:00
parent f7244c7e45
commit c28b44152f
5 changed files with 114 additions and 13 deletions

View file

@ -16,6 +16,7 @@ let
uem = callPackage ./pkgs/u/uem/package.nix {
pkgs = pkgs;
};
cetcd = callPackage ./pkgs/cetcd/package.nix {};
in
{
xbuild = xbuild;
@ -25,4 +26,5 @@ in
tinylog = tinylog;
unity_test_with_color = unity_test_with_color;
uem = uem;
cetcd = cetcd;
}