Unverified Commit 632c4140 authored by Damien Cassou's avatar Damien Cassou
Browse files

tree-sitter: let nixpkgs-format reformat the buffer

parent 85e135d3
Loading
Loading
Loading
Loading
+35 −33
Original line number Diff line number Diff line
@@ -407,7 +407,8 @@ let
  jsonFile = name: val: (formats.json { }).generate name val;

  # implementation of the updater
  updateImpl = passArgs "updateImpl-with-args" {
  updateImpl = passArgs "updateImpl-with-args"
    {
      binaries = {
        curl = "${curl}/bin/curl";
        nix-prefetch-git = "${nix-prefetch-git}/bin/nix-prefetch-git";
@@ -418,7 +419,8 @@ let
        ignoredTreeSitterOrgRepos
        ;
    }
    (writers.writePython3 "updateImpl" {
    (writers.writePython3 "updateImpl"
      {
        flakeIgnore = [ "E501" ];
      } ./update_impl.py);