@ -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 {