This commit is contained in:
Rongsong Shen 2025-08-26 10:24:41 +08:00
parent 0e288ce0b1
commit adf4888d4a
4 changed files with 63 additions and 5 deletions

View file

@ -1,6 +1,7 @@
{pkgs,...}:
{pkgs,mypkgs,...}:
with pkgs;
{
xbuild = callPackage ./pkgs/x/xbuild/package.nix {};
cedro = callPackage ./pkgs/c/cedro/package.nix {};
capnpc = callPackage ./pkgs/c/capnpc/package.nix {};
}