add struct2json

This commit is contained in:
Rongsong Shen 2025-12-05 17:12:02 +08:00
parent 3bc72b826a
commit e634e6222e
3 changed files with 44 additions and 3 deletions

View file

@ -71,6 +71,9 @@ let
pkgs = pkgs;
};
cetcd = callPackage ./pkgs/c/cetcd/package.nix {};
struct2json = callPackage ./pkgs/s/struct2json/package.nix {
pkgs = pkgs;
};
in
{
xbuild = xbuild;
@ -83,4 +86,5 @@ in
cetcd = cetcd;
libcello_debug = libcello_debug;
packcc = packcc_main;
struct2json = struct2json;
}