doctoc: remove dangling symlinks (#409051)

This commit is contained in:
Niklas Korz 2025-05-20 14:29:04 +02:00 committed by GitHub
commit 2795c506fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,6 +18,10 @@ buildNpmPackage rec {
npmDepsHash = "sha256-TbAnFpiN/v6xjQQznL/B180f0W48HPRqW21cO9XZhYA=";
postInstall = ''
find $out/lib/node_modules -xtype l -delete
'';
dontNpmBuild = true;
passthru.tests = {