bash-language-server: remove deletion of nonexistent file
This commit is contained in:
parent
f6e9250bf0
commit
334be8b2b6
@ -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 = ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user