add kernel

This commit is contained in:
2025-11-14 14:07:00 +09:00
parent 20e97efe95
commit 5fcfd51b4a
2 changed files with 5 additions and 4 deletions

View File

@@ -65,4 +65,5 @@ with pkgs; [
pkg-config pkg-config
haskellPackages.zlib haskellPackages.zlib
stdenv.cc.cc stdenv.cc.cc
imagemagick
] ]

View File

@@ -4,7 +4,7 @@
with pkgs; [ with pkgs; [
radare2 radare2
(python3.withPackages (python-pkgs: with python-pkgs; [ jupyter-client ])) # (python3.withPackages (python-pkgs: with python-pkgs; [ jupyter-client ]))
# gdb # gdb
zap zap
lldb lldb
@@ -19,11 +19,11 @@ with pkgs; [
buf buf
uv uv
unityhub unityhub
python313Packages.r2pipe
python312Packages.r2pipe
gh gh
platformio platformio
python312Packages.pip python313Packages.r2pipe
(python313.withPackages(ps: with ps; [ jupyter-client pynvim wand ipykernel ]))
python313Packages.pip
nodejs nodejs
go go
ninja ninja