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