diff options
author | Ben Sima <ben@bsima.me> | 2024-11-06 21:14:57 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2024-12-21 10:08:00 -0500 |
commit | 2ed757bc8c60fad0f2bf9d07478e2a287b7e24aa (patch) | |
tree | 08ed85a2de9d44cf80f3f032e5b6765cfb26f613 /Omni/Bild.nix | |
parent | 3cb7b951bb74281ae9e014449cc8e9f4670219b0 (diff) |
Add datasette to dev environment
This is handy for looking at llm chat history.
Diffstat (limited to 'Omni/Bild.nix')
-rw-r--r-- | Omni/Bild.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Omni/Bild.nix b/Omni/Bild.nix index 7821dba..6dd6e9d 100644 --- a/Omni/Bild.nix +++ b/Omni/Bild.nix @@ -93,7 +93,7 @@ let # exposed packages for inclusion in builds pkgs = with stable.pkgs; { - inherit bat bc cmark universal-ctags deadnix fd figlet fzf git + inherit bat bc cmark universal-ctags datasette deadnix fd figlet fzf git git-branchless gitlint groff guile hlint indent jq lolcat mypy nixfmt ormolu pkg-config ripgrep rustc tree wemux; llama-cpp = unstable.llama-cpp; @@ -205,6 +205,7 @@ let bat bc self.bild + datasette universal-ctags fd figlet |