|
|
@ -2,7 +2,7 @@
|
|
|
|
stdenv,
|
|
|
|
stdenv,
|
|
|
|
lib,
|
|
|
|
lib,
|
|
|
|
runCommandLocal,
|
|
|
|
runCommandLocal,
|
|
|
|
runCommandNoCC,
|
|
|
|
runCommand,
|
|
|
|
yj,
|
|
|
|
yj,
|
|
|
|
includeGrammarIf ? _: true,
|
|
|
|
includeGrammarIf ? _: true,
|
|
|
|
...
|
|
|
|
...
|
|
|
@ -115,7 +115,7 @@
|
|
|
|
builtins.map (grammar: "ln -s ${grammar.artifact}/${grammar.name}.so $out/${grammar.name}.so")
|
|
|
|
builtins.map (grammar: "ln -s ${grammar.artifact}/${grammar.name}.so $out/${grammar.name}.so")
|
|
|
|
builtGrammars;
|
|
|
|
builtGrammars;
|
|
|
|
in
|
|
|
|
in
|
|
|
|
runCommandNoCC "consolidated-helix-grammars" {} ''
|
|
|
|
runCommand "consolidated-helix-grammars" {} ''
|
|
|
|
mkdir -p $out
|
|
|
|
mkdir -p $out
|
|
|
|
${builtins.concatStringsSep "\n" grammarLinks}
|
|
|
|
${builtins.concatStringsSep "\n" grammarLinks}
|
|
|
|
''
|
|
|
|
''
|
|
|
|