add openmodelica
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
|
||||
{ pkgs, ... }:
|
||||
|
||||
with pkgs; [
|
||||
with pkgs;
|
||||
[
|
||||
radare2
|
||||
# (python3.withPackages (python-pkgs: with python-pkgs; [ jupyter-client ]))
|
||||
# gdb
|
||||
@@ -22,7 +23,14 @@ with pkgs; [
|
||||
gh
|
||||
platformio
|
||||
python313Packages.r2pipe
|
||||
(python313.withPackages(ps: with ps; [ jupyter-client pynvim wand ipykernel ]))
|
||||
(python313.withPackages (
|
||||
ps: with ps; [
|
||||
jupyter-client
|
||||
pynvim
|
||||
wand
|
||||
ipykernel
|
||||
]
|
||||
))
|
||||
python313Packages.pip
|
||||
nodejs
|
||||
go
|
||||
@@ -62,4 +70,5 @@ with pkgs; [
|
||||
libllvm
|
||||
bun
|
||||
jetbrains.rider
|
||||
julia-bin
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user