fix: Remove |> operator to fix ci
This commit is contained in:
parent
3b570cc47a
commit
87a817738a
13 changed files with 148 additions and 107 deletions
|
|
@ -60,7 +60,7 @@ let
|
|||
runHook postFixup
|
||||
'';
|
||||
};
|
||||
grammars = srcs |> lib.filterAttrs (key: _: lib.hasPrefix "tree-sitter-" key);
|
||||
grammars = with lib; pipe srcs [ (filterAttrs (key: _: hasPrefix "tree-sitter-" key)) ];
|
||||
|
||||
queries =
|
||||
grammars
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue