Switch conda->uv and add sqlite cli

This commit is contained in:
Chris (wolcen) Thompson 2025-08-22 21:49:12 -04:00
parent e1b8df4a30
commit 43a9eaed26

View file

@ -235,7 +235,9 @@ in
# $ nix search wget # $ nix search wget
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
binutils # gnu bin utils binutils # gnu bin utils
conda # python environment management # conda # python environment management
uv # alternative for python env management...
sqlite-interactive # sqlite cli
duckdb # wanted mostly as cli for SQL on csv files duckdb # wanted mostly as cli for SQL on csv files
neovim # next gen vim w/lua neovim # next gen vim w/lua
wget # url fetcher/spider wget # url fetcher/spider