···80if __name__ == "__main__":
81 cwd = sys.argv[1]
8283+ # This should point to the root default.nix of Nixpkgs tree
84+ nixpkgs = abspath(join(cwd, "../../../../../../.."))
8586 tag_name = requests.get(
87 "https://api.github.com/repos/emacs-tree-sitter/elisp-tree-sitter/releases/latest"