From 4752a7f579e776877537bb33fc8f3c4c94d0662f Mon Sep 17 00:00:00 2001 From: lIlIlIlIIIIlIIIllIIlIllIIllIII Date: Tue, 31 May 2022 14:08:48 +0200 Subject: [PATCH] more documentation --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e5914425..ecb12841 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -179,3 +179,8 @@ configuration. The `make build` target should ensure that. In case the formatting rules or ocamlformat version changed remotely, you can use [this script](https://gist.github.com/AltGr/2891a61f721c8fd85b1da71e10c691b6) to reformat your branch patch by patch before rebasing. + +### Hand-updating packages in the nix part + +Requirements of catala that are not inside [nixpkgs](https://github.com/nixos/nixpkgs) are available inside the `.nix` directory of the repo. The main part is inside the `.nix/packages.nix`, where all the packages are either added (because absent from nixpkgs) using `ocamlPackage.callPackage`; or modified from nixpkgs, for instance cmdliner is currently pinned at version 1.1.0. +