tree-sitter-langs: fixup update-defaults.py

The nix-shell line should always point out to the repo's `default.nix`.
This commit is contained in:
AndersonTorres 2022-11-13 09:13:14 -03:00
parent 03fa9cdde9
commit fed3699eb5

View File

@ -1,5 +1,6 @@
#!/usr/bin/env nix-shell
#! nix-shell ../../../../../../. -i python3 -p python3 -p nix
#! nix-shell ../../../../../../../. -i python3 -p python3 -p nix
from os.path import (
dirname,
abspath,