desktop: add C and Ruby

This commit is contained in:
2025-11-08 17:01:28 -08:00
parent 9bb5b596b7
commit 5353ad048c

View File

@@ -147,6 +147,10 @@
zed-editor
package-version-server # for zed
] ++ [
# C
gcc
valgrind
# Python
python3
poetry
@@ -171,5 +175,8 @@
# Racket
racket
# Ruby
ruby
];
}