vimPlugins.statix: remove self dependency
This commit is contained in:
parent
b826950a06
commit
ce899d551b
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user