Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Pierre Roux <[email protected]>
  • Loading branch information
affeldt-aist and proux01 authored Jul 19, 2024
1 parent 49ea7b1 commit ca49e16
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ The Coq Nix Toolbox has mainly two purposes:
when pushed to github, they trigger a CI using "github actions".
This CI uses the Nix packaging system and a caching mechanism called "cachix".

2. It generates configurations so that dependencies are handled by the shell.
The shell in question is called "nix-shell",
the configurations are called "bundles", and
local compilation is optimized using caching as provided by "cachix".
2. It offers Nix configurations files so that one can locally obtain a shell with all dependencies preloaded by simply running `nix-shell` in the development root directory.

3. Multiple cases of dependencies (typically different versions of Coq) can be easily handled with "bundles" of (reverse) dependency versions/git refs.

4 One can retrieve locally builds already performed on CI through "cachix".

## How to use

Expand Down

0 comments on commit ca49e16

Please sign in to comment.