Merge pull request #152845 from figsoda/fix-statix-plugin

vimPlugins.statix: remove self dependency
This commit is contained in:
figsoda 2021-12-30 23:54:13 -05:00 committed by GitHub
commit 3448c93da4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 \