This commit is contained in:
alsaiduq-lab 2025-03-22 11:21:03 -06:00
parent b6cf7dd347
commit f20ff92ba8
7 changed files with 84 additions and 55 deletions

View file

@ -24,6 +24,7 @@ in {
stdenv.cc.cc.lib
nix-prefetch-git
binutils
hashcat
cmake
ninja
pkg-config
@ -34,6 +35,7 @@ in {
obs-studio
lazygit
jdk17
bun
maven
gradle
visualvm
@ -62,7 +64,6 @@ in {
pyyaml
pytz
onnxruntime
opencv4
pillow
timm
]
@ -100,6 +101,7 @@ in {
haskell-language-server
postgresql
sqlite
spotify
git-lfs
gitAndTools.gh
gitAndTools.diff-so-fancy
@ -112,5 +114,15 @@ in {
starship
flameshot
yarn
nodePackages.typescript-language-server
nodePackages.eslint
nodePackages.prettier
nodePackages.vitest
nodePackages.pg
nodePackages.sqlite3
httpie
wrk
nodePackages.pnpm
zlib.dev
];
}