cetcd
This commit is contained in:
parent
f7244c7e45
commit
c28b44152f
5 changed files with 114 additions and 13 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue