mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
more documentation
This commit is contained in:
parent
17592d060e
commit
4752a7f579
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user