add gost-ctl

This commit is contained in:
Rongsong Shen 2026-03-27 11:35:17 +08:00
parent 7eb8e54aea
commit 0286e0d645
3 changed files with 204 additions and 0 deletions

View file

@ -3,6 +3,7 @@ with pkgs;
let
cedro = callPackage ./pkgs/c/cedro/package.nix {};
capnpc = callPackage ./pkgs/c/capnpc/package.nix {};
gost-ctl = callPackage ./pkgs/g/gost-ctl/package.nix {};
xbuild = callPackage ./pkgs/x/xbuild/package.nix {
pkgs = pkgs;
cedro = cedro;
@ -80,6 +81,7 @@ in
xbuild = xbuild;
capnpc = capnpc;
cedro = cedro;
gost-ctl = gost-ctl;
zlog_with_pkgconf = zlog_with_pkgconf;
tinylog = tinylog;
unity_test_with_color = unity_test_with_color;