add openmodelica

This commit is contained in:
2026-05-07 17:40:59 +09:00
parent 142038a7b5
commit 097ad8118e
8 changed files with 189 additions and 27 deletions

View File

@@ -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
]