From 81108da4b9efb5e2699b9b4167e13d695be8e4d3 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 14 May 2024 22:09:53 -0400 Subject: Switch to universal-ctags It's supposedly faster and actually maintained. Also make preview window in ftags.sh a bit more robust. --- Biz/Bild.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Biz/Bild.nix') diff --git a/Biz/Bild.nix b/Biz/Bild.nix index dabebd4..bc235bf 100644 --- a/Biz/Bild.nix +++ b/Biz/Bild.nix @@ -79,9 +79,9 @@ let # exposed packages for inclusion in builds pkgs = with stable.pkgs; { - inherit bat bc cmark ctags deadnix fd figlet fzf git git-branchless - gitlint guile hlint indent jq lolcat mypy nixfmt ormolu pkg-config - ripgrep rustc tree wemux; + inherit bat bc cmark universal-ctags deadnix fd figlet fzf git + git-branchless gitlint guile hlint indent jq lolcat mypy nixfmt ormolu + pkg-config ripgrep rustc tree wemux; llama-cpp = nixpkgs.nixos-unstable-small.llama-cpp; llm = nixpkgs.nixos-unstable-small.llm.withPlugins [ nixpkgs.nixos-unstable-small.python3.pkgs.llm-ollama ]; @@ -180,7 +180,7 @@ let bat bc self.bild - ctags + universal-ctags fd figlet fzf -- cgit v1.2.3