vega-cli: patched to use direct jq
This commit is contained in:
@@ -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=";
|
||||
|
||||
Reference in New Issue
Block a user