From e11021e3cba59c66702b7158896e1799cf937660 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Thu, 1 Sep 2022 16:07:33 +0200 Subject: [PATCH] Add git-remote-hg as bridge to allow working with mercurial repos I could use mercurial but am not used to it anymore and prefer git. Still some open source projects use mercurial instead of git. This little tool allows me to still clone them, see: https://github.com/mnauw/git-remote-hg --- home/packages.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/packages.nix b/home/packages.nix index a29193e..a5bafc4 100644 --- a/home/packages.nix +++ b/home/packages.nix @@ -27,6 +27,7 @@ with pkgs; [ borgbackup git-crypt + git-remote-hg keepassxc libreoffice