diff options
author | Ben Sima <ben@bsima.me> | 2022-07-25 09:56:12 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2022-07-25 10:29:10 -0400 |
commit | 8e25ac2c4f606f3a82e079e0c4efa662b6c4e442 (patch) | |
tree | fdea667abb49ccb2b8ede5695266a67f6f4cf925 /Biz/Bild.nix | |
parent | ddbb61ed8c546b718242bf3b54dba7f1d1248590 (diff) |
Add tags support for more languages
Rust seems to not be supported in my ctags version :(
Also rename some Ide scripts because these are commands, not really scripts.
Diffstat (limited to 'Biz/Bild.nix')
-rw-r--r-- | Biz/Bild.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Biz/Bild.nix b/Biz/Bild.nix index 15d9134..547ccb9 100644 --- a/Biz/Bild.nix +++ b/Biz/Bild.nix @@ -117,6 +117,7 @@ rec { # this should just be dev tools buildInputs = with nixpkgs.pkgs; [ bild + ctags figlet git haskell.packages.${constants.ghcCompiler}.fast-tags |