vimPlugins.statix: remove self dependency

This commit is contained in:
figsoda 2021-12-30 20:25:02 -05:00
parent b826950a06
commit ce899d551b

View File

@ -538,7 +538,6 @@ self: super: {
statix = buildVimPluginFrom2Nix rec {
inherit (statix) pname src meta;
version = "0.1.0";
dependencies = with self; [ statix ];
postPatch = ''
# check that version is up to date
grep 'pname = "statix-vim"' -A 1 flake.nix \