Switch conda->uv and add sqlite cli
This commit is contained in:
parent
e1b8df4a30
commit
43a9eaed26
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue