{ pkgs ? import , }: let pkg = pkgs.callPackage ./pkg.nix { inherit pkgs; }; in { ugit = pkg; default = pkg; }