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 zed-editor
package-version-server # for zed package-version-server # for zed
] ++ [ ] ++ [
# C
gcc
valgrind
# Python # Python
python3 python3
poetry poetry
@@ -171,5 +175,8 @@
# Racket # Racket
racket racket
# Ruby
ruby
]; ];
} }