more documentation

This commit is contained in:
lIlIlIlIIIIlIIIllIIlIllIIllIII 2022-05-31 14:08:48 +02:00
parent 17592d060e
commit 4752a7f579
No known key found for this signature in database
GPG Key ID: 0D4F3CEF398F7CC0

View File

@ -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.