vega-cli: patched to use direct jq

This commit is contained in:
𝑷𝒉𝒊𝒍𝒐𝒄𝒂𝒍𝒚𝒔𝒕
2026-04-26 12:18:54 -04:00
parent af8d4b02f5
commit 019e2017e2
+1 -1
View File
@@ -28,7 +28,7 @@ buildNpmPackage (finalAttrs: {
# Patch lerna.json to not use nx
mv lerna.json lerna.old.json
jq '. + {useNx: false}' < lerna.old.json > lerna.json
${jq}/bin/jq '. + {useNx: false}' < lerna.old.json > lerna.json
'';
npmDepsHash = "sha256-mBe1fHnhor7ZR8CuRNs1zD7JzaZXZI5VM7mdAieVKqE=";