yaml-language-server: fix strictDeps

This commit is contained in:
linsui
2025-02-24 15:23:52 +08:00
parent d26b37b96f
commit cf5c72e745
@@ -31,6 +31,10 @@ stdenv.mkDerivation rec {
yarn
nodejs
];
# NodeJS is also needed here so that script interpreter get patched
buildInputs = [ nodejs ];
strictDeps = true;
configurePhase = ''