From 31cda7fdf090c0169a98abc6752fcdd7be1f5008 Mon Sep 17 00:00:00 2001 From: aszlig Date: Wed, 31 Dec 2014 12:03:09 +0100 Subject: git: Add mercurial/bazaar bridge. Especially useful if you want to patch a bunch of applications and don't want to either search for an up-to-date Git mirror or even being forced to use Mercurial. Signed-off-by: aszlig --- modules/git/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/git') diff --git a/modules/git/default.nix b/modules/git/default.nix index a22a5dc0..65aefb45 100644 --- a/modules/git/default.nix +++ b/modules/git/default.nix @@ -65,6 +65,7 @@ in { config = mkIf config.vuizvui.git.enable { environment.systemPackages = [ gitPatched + pkgs.gitAndTools.git-remote-hg pkgs.gitAndTools.hub ]; }; -- cgit 1.4.1