Alexander Bantyev
Alexander Bantyev
After adding `odoc` to the switch, `dune build @doc` seems to build some of the documentation. However, a lot of it is missing due to various errors. Properly generating all...
Here's the patch to get `odoc` working: ``` diff --git a/nix/ocaml.nix b/nix/ocaml.nix index 454939c8e3..6476586419 100644 --- a/nix/ocaml.nix +++ b/nix/ocaml.nix @@ -123,6 +123,7 @@ let nativeBuildInputs = [ self.dune self.ocamlfind +...
Auto-generated docs are now available on http://mina-docs.storage.googleapis.com/index.html
Sorry for not being quite clear about it in the initial PR. I'm the author and maintainer of a tool called [`opam-nix`](https://github.com/tweag/opam-nix), which is used to build opam packages as...
@rjbou Thanks! But it's still unclear to me if there's a way I can set `os`, `os-family` and `os-distribution` without explicitly setting `sys-ocaml-version` and just letting `opam` accept all ocaml...
Once again, this forces a certain `ocaml` version. What I would like to see is that `sys-ocaml-version` is treated as it is without `--environment`, so that `opam` chooses the latest...
No, all Nix-packaged versions are an `opam-system` version, but the problem is inverse: I don't want to force an ocaml version. I want to let `opam` choose the ocaml version,...
This is a problem in case a package in the `resolve` has an upper constraint on ocaml. The resolution will fail, even though it should succeed (by just using an...
> Adding additional git config parameter > I don't see this as a negative, it's fairly straightforward to export the secret key and update the git configuration to specify the...
You can also just use `activate.custom` and then add the checks necessary at the end of the script.