Commit 0e0cbd3e authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

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

parent 07e1a1fb
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -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/
    '';
  };