extra-nixpkgs/default.nix
Rongsong Shen 4dfb17fdd4 add cedro
2025-08-07 13:09:06 +08:00

8 lines
202 B
Nix

# default.nix
let
pkgs = import <nixpkgs> { config = {}; overlays = []; };
in
{
xbuild = pkgs.callPackage ./pkgs/x/xbuild/package.nix {};
cedro = pkgs.callPackage ./pkgs/c/cedro/package.nix {};
}