vimPlugins.codediff-nvim: cleanup build files (#505975)

This commit is contained in:
Marc Jakobi
2026-04-02 19:43:43 +00:00
committed by GitHub
@@ -30,6 +30,11 @@ vimUtils.buildVimPlugin rec {
runHook postBuild
'';
# Cleanup
preInstall = ''
rm -rf build
'';
# The plugin detects Nix and tries to download libgomp at runtime.
# Symlinking it into the plugin directory fixes error message.
postInstall = lib.optionalString stdenv.hostPlatform.isLinux ''