bash-language-server: remove deletion of nonexistent file

This commit is contained in:
André Silva 2025-07-18 14:03:12 +01:00
parent f6e9250bf0
commit 334be8b2b6
No known key found for this signature in database
GPG Key ID: 7C34FA12A023DC55

View File

@ -56,7 +56,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
find node_modules server/node_modules -xtype l -delete
# remove non-deterministic files
rm node_modules/{.modules.yaml,.pnpm-workspace-state.json}
rm node_modules/.modules.yaml
'';
installPhase = ''