mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-26 10:30:32 +00:00
vscode-extensions.ms-vscode-cpptools: Remove unused LLVM directory
Saves some bytes
This commit is contained in:
@@ -87,7 +87,7 @@ vscode-utils.buildVscodeMarketplaceExtension {
|
||||
touch "./install.lock"
|
||||
|
||||
# Clang-format from nix package.
|
||||
mv ./LLVM/ ./LLVM_orig
|
||||
rm -rf ./LLVM
|
||||
mkdir "./LLVM/"
|
||||
find "${clang-tools}" -mindepth 1 -maxdepth 1 | xargs ln -s -t "./LLVM"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user