summaryrefslogtreecommitdiff
path: root/README.md
blob: f75f7cdbd17000926ef354fb3fb2bd846e4c2f2b (plain)
1
2
3
4
5
6
7
8
9
10
11
# Book creation tooling

`manifest.scm` file lists all dependencies needed for a project. The exact
version is handled by `channels.scm`.

Running the following will create a custom environment with the needed tools at
the compatible version:

``` bash
guix time-machine -C channels.scm -- environment -m manifest.scm
```