Loading pkgs/development/tools/parsing/tree-sitter/update.nix +35 −33 Original line number Diff line number Diff line Loading @@ -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"; Loading @@ -418,7 +419,8 @@ let ignoredTreeSitterOrgRepos ; } (writers.writePython3 "updateImpl" { (writers.writePython3 "updateImpl" { flakeIgnore = [ "E501" ]; } ./update_impl.py); Loading Loading
pkgs/development/tools/parsing/tree-sitter/update.nix +35 −33 Original line number Diff line number Diff line Loading @@ -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"; Loading @@ -418,7 +419,8 @@ let ignoredTreeSitterOrgRepos ; } (writers.writePython3 "updateImpl" { (writers.writePython3 "updateImpl" { flakeIgnore = [ "E501" ]; } ./update_impl.py); Loading