emacsPackages.treesit-grammars.with-all-grammars: exclude broken (#472609)
This commit is contained in:
+1
-1
@@ -20,5 +20,5 @@ in
|
||||
{
|
||||
inherit with-grammars;
|
||||
|
||||
with-all-grammars = with-grammars builtins.attrValues;
|
||||
with-all-grammars = with-grammars (ps: lib.filter (p: !p.meta.broken) (lib.attrValues ps));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user