Add rectangle and bump terraform

This commit is contained in:
Dave Gallant
2021-08-09 08:48:08 -04:00
parent 425e9583ff
commit 75125944d4
4 changed files with 20 additions and 32 deletions

View File

@@ -11,16 +11,6 @@ let
sha256 = "sha256-FDeyGH5OPAYV7zePCfDujsj+nGd5AFnqySPStJYEY2E=";
};
};
gitlinker-nvim = pkgs.vimUtils.buildVimPlugin {
name = "gitlinker-nvim";
nativeBuildInputs = with pkgs; [ lua53Packages.luacheck stylua ];
src = pkgs.fetchFromGitHub {
owner = "ruifm";
repo = "gitlinker.nvim";
rev = "master";
sha256 = "sha256-MpWK5f69rTMsb9b2YHzL5+N9FFWfwZ6GsVONsk72if0=";
};
};
inherit (pkgs) stdenv;
in
{