From 80e1ece32931530a0a024db9828d197f3fdb1951 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Sun, 17 Jan 2021 12:32:09 +0100 Subject: feat(users/Profpatsch): set up a file watcher for tree sitter Uses inotify to watch a file and print when it is modified, so we can update the parser and display the sexp on the terminal. Now the setup is good enough to start experiementing with queries on the syntax tree. Change-Id: I091587fc495ff627c79a69a52915aaaa8c51fcd2 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2411 Tested-by: BuildkiteCI Reviewed-by: Profpatsch --- third_party/nixpkgs-exposed/exposed/default.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'third_party/nixpkgs-exposed') diff --git a/third_party/nixpkgs-exposed/exposed/default.nix b/third_party/nixpkgs-exposed/exposed/default.nix index 8c666bbf59..32630ca6e2 100644 --- a/third_party/nixpkgs-exposed/exposed/default.nix +++ b/third_party/nixpkgs-exposed/exposed/default.nix @@ -13,6 +13,7 @@ avrlibc bashInteractive bat + bc buildBazelPackage buildFHSUserEnv buildGoModule @@ -44,6 +45,7 @@ emacsPackagesGen execline fd + fdtools fetchFromGitHub fetchgit fetchurl @@ -87,9 +89,11 @@ mkShell moreutils nano + ncurses nginx ninja nix + ocamlPackages openssh openssl overrideCC -- cgit 1.4.1