57 lines
765 B
Nix
57 lines
765 B
Nix
# abstraction is beautiful.
|
|
|
|
{ pkgs, ... }:
|
|
|
|
with pkgs; [
|
|
radare2
|
|
(python3.withPackages (python-pkgs: with python-pkgs; [ jupyter-client ]))
|
|
# gdb
|
|
lldb
|
|
tokio-console
|
|
iaito
|
|
clang
|
|
valgrind
|
|
ghidra-bin
|
|
protobuf
|
|
buf
|
|
uv
|
|
unityhub
|
|
python313Packages.r2pipe
|
|
python312Packages.r2pipe
|
|
gh
|
|
python312Packages.pip
|
|
nodejs
|
|
go
|
|
ninja
|
|
binwalk
|
|
dotnet-sdk_9
|
|
csharp-ls
|
|
cmake
|
|
gnumake
|
|
graalvmPackages.graalvm-ce
|
|
meson
|
|
pnpm
|
|
rustup
|
|
go-task
|
|
dive
|
|
podman-tui
|
|
k3s
|
|
kind
|
|
podman-compose
|
|
cutter
|
|
nasm
|
|
elixir
|
|
erlang
|
|
hex
|
|
rebar3
|
|
avalonia-ilspy
|
|
ghc
|
|
haskellPackages.stack
|
|
haskellPackages.hpack
|
|
haskellPackages.cabal-install
|
|
haskellPackages.haskell-language-server
|
|
haskellPackages.zlib
|
|
bpf-linker
|
|
zlib.dev
|
|
]
|