diff options
Diffstat (limited to 'systems')
-rw-r--r-- | systems/ayase.scm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/systems/ayase.scm b/systems/ayase.scm index 4560c0f..35c4c7c 100644 --- a/systems/ayase.scm +++ b/systems/ayase.scm @@ -18,6 +18,9 @@ ;; python-pip #:use-module (gnu packages python-build) + ;; ruby + #:use-module (gnu packages ruby) + ;; profile-service-type ;; service ;; simple-service @@ -115,7 +118,8 @@ (simple-service 'gc-workaround profile-service-type (list grub - python-pip)) + python-pip + ruby)) (simple-service 'system-packages profile-service-type (list gnome-boxes |