Unverified Commit 285966fd authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

vimPlugins.jj-nvim: remove assets instead of only installing lua/ content (#490498)

parents 5ff743f1 0e0cbd3e
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/
    '';
  };