From b62a24ac4d91b59a0be25a98bc870d5a07b6d0a7 Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Wed, 12 Jun 2024 18:59:56 -0400 Subject: [PATCH] dev: don't manage ocaml here. flakes are better for that --- nix/base-system/flake.nix | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/nix/base-system/flake.nix b/nix/base-system/flake.nix index ce3a9fe..036179c 100644 --- a/nix/base-system/flake.nix +++ b/nix/base-system/flake.nix @@ -331,17 +331,19 @@ EOF"; # NOTE(jwall): I include these initially for nvim telescope ripgrep fd + #ocaml + #opam vector victoriametrics # TODO add sonic-pi here if it supports the arch ]) - ++ (with pkgs.ocamlPackages; [ - dune_3 - odoc - ocaml-lsp - merlin - utop - ]) + #++ (with pkgs.ocamlPackages; [ + # dune_3 + # odoc + # ocaml-lsp + # merlin + # utop + #]) ++ [ sile runwhen