Add openssl to gamification shell

This commit is contained in:
Charlotte Van Petegem 2023-09-09 13:16:51 +02:00
parent 8d0cd46493
commit 0066661c46
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -57,6 +57,6 @@
};
language.ruby = {
package = pkgs.ruby_3_1;
nativeDeps = [ pkgs.sqlite pkgs.libmysqlclient pkgs.zlib ];
nativeDeps = [ pkgs.sqlite pkgs.libmysqlclient pkgs.zlib pkgs.openssl ];
};
}