feat: chrome

This commit is contained in:
2025-08-14 13:08:23 +09:00
parent 8c70aabc23
commit 49612dc297
4 changed files with 21 additions and 3 deletions

View File

@@ -4,8 +4,8 @@
with pkgs; [
radare2
python311Full
gdb
(python3.withPackages (python-pkgs: with python-pkgs; [ jupyter-client ]))
# gdb
lldb
tokio-console
iaito
@@ -47,5 +47,6 @@ with pkgs; [
haskellPackages.cabal-install
haskellPackages.haskell-language-server
haskellPackages.zlib
bpf-linker
zlib.dev
]