From 0e0cbd3ef94ed423902b17881cf6f7f3df91a8d2 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sat, 14 Feb 2026 20:28:00 +0000 Subject: [PATCH] vimPlugins.jj-nvim: remove assets instead of only installing lua/ content --- pkgs/applications/editors/vim/plugins/overrides.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index 0bcba2ef890f..fda447567957 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -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/ ''; };