diff options
author | Aspen Smith <grfn@gws.fyi> | 2024-02-12T02·52-0500 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-02-12T02·55+0000 |
commit | ca06731e649b09ce7fe5dd65bfbf396835914e64 (patch) | |
tree | 8e61d3a91aa9a67252774227a92236510f3b8779 /users | |
parent | 42dd3a57ba319562449a2f52438d5f7481374663 (diff) |
feat(grfn/system): Enable ocaml module on yeren r/7501
Change-Id: I89f1c449532d4dded322e5a5713d55a096ce94bc Reviewed-on: https://cl.tvl.fyi/c/depot/+/10808 Autosubmit: aspen <root@gws.fyi> Reviewed-by: aspen <root@gws.fyi> Tested-by: BuildkiteCI
Diffstat (limited to 'users')
-rw-r--r-- | users/grfn/system/home/machines/yeren.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/grfn/system/home/machines/yeren.nix b/users/grfn/system/home/machines/yeren.nix index 6ffa02a57c6a..9a7a561b5e62 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 |