From 3dcba0ca020ad8e4e414664f09afce1b22adcced Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Wed, 28 Aug 2024 14:16:28 +0200 Subject: fix(ayase): pin ruby to prevent garbage collection --- systems/ayase.scm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3