From ca06731e649b09ce7fe5dd65bfbf396835914e64 Mon Sep 17 00:00:00 2001 From: Aspen Smith Date: Sun, 11 Feb 2024 21:52:03 -0500 Subject: feat(grfn/system): Enable ocaml module on yeren Change-Id: I89f1c449532d4dded322e5a5713d55a096ce94bc Reviewed-on: https://cl.tvl.fyi/c/depot/+/10808 Autosubmit: aspen Reviewed-by: aspen Tested-by: BuildkiteCI --- users/grfn/system/home/machines/yeren.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/users/grfn/system/home/machines/yeren.nix b/users/grfn/system/home/machines/yeren.nix index 6ffa02a57c..9a7a561b5e 100644 --- a/users/grfn/system/home/machines/yeren.nix +++ b/users/grfn/system/home/machines/yeren.nix @@ -12,6 +12,7 @@ in ../modules/desktop.nix ../modules/development/agda.nix ../modules/development/readyset.nix + ../modules/development/ocaml.nix ] ++ (lib.optional (pathExists ../modules/private.nix) ../modules/private.nix); # for when hacking -- cgit 1.4.1