about summary refs log tree commit diff
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2014-12-31 12:03:09 +0100
committeraszlig <aszlig@redmoonstudios.org>2014-12-31 12:03:09 +0100
commit31cda7fdf090c0169a98abc6752fcdd7be1f5008 (patch)
tree353c84a5369ba757d6711050d51395532e6c3c96
parenta7302203323b3c3e4d361376ec38d2a859dd8eab (diff)
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 <aszlig@redmoonstudios.org>
-rw-r--r--modules/git/default.nix1
1 files changed, 1 insertions, 0 deletions
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
     ];
   };