From fed3699eb5255e662898db1ca2131aecf968a0db Mon Sep 17 00:00:00 2001 From: AndersonTorres Date: Sun, 13 Nov 2022 09:13:14 -0300 Subject: [PATCH] tree-sitter-langs: fixup update-defaults.py The nix-shell line should always point out to the repo's `default.nix`. --- .../manual-packages/tree-sitter-langs/update-defaults.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/editors/emacs/elisp-packages/manual-packages/tree-sitter-langs/update-defaults.py b/pkgs/applications/editors/emacs/elisp-packages/manual-packages/tree-sitter-langs/update-defaults.py index 19bcb8989c30..128ce66dda8b 100755 --- a/pkgs/applications/editors/emacs/elisp-packages/manual-packages/tree-sitter-langs/update-defaults.py +++ b/pkgs/applications/editors/emacs/elisp-packages/manual-packages/tree-sitter-langs/update-defaults.py @@ -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,