From dad87795870983b3b60130c0c718263c7814e547 Mon Sep 17 00:00:00 2001 From: Jason Staten Date: Tue, 29 Nov 2022 23:43:40 -0700 Subject: [PATCH] mercurial. for git-remote-hg --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index dd4e46a..2f63aad 100644 --- a/flake.nix +++ b/flake.nix @@ -25,7 +25,7 @@ in { devShell = pkgs.mkShell { CFLAGS="-I${pkgs.sqlite.dev}/include"; - buildInputs = with pkgs; [ go gopls gotools go-tools golangci-lint sqlite]; + buildInputs = with pkgs; [ go gopls gotools go-tools golangci-lint sqlite mercurial]; }; defaultPackage = pkgs.buildGoModule {