vimPlugins.jj-nvim: remove assets instead of only installing lua/ content

This commit is contained in:
Gaetan Lepage
2026-02-14 20:28:00 +00:00
parent 07e1a1fbb7
commit 0e0cbd3ef9
@@ -1619,9 +1619,8 @@ assertNoAdditions {
jj-nvim = super.jj-nvim.overrideAttrs {
# Don't install 30 MB of GIFs
installPhase = ''
mkdir $out
cp -r lua $out
postPatch = ''
rm -rf assets/
'';
};