Skip to content
Snippets Groups Projects
Commit 00af3a2d authored by Alice Brenon's avatar Alice Brenon
Browse files

Explain how to generate a building environment

parent a0815e3c
No related branches found
No related tags found
No related merge requests found
# ICHLL_Brenon
La version la plus à jour du papier est dispo
[ici](https://perso.liris.cnrs.fr/abrenon/no-backup/ICHLL_Brenon.pdf).
Il peut être généré sur tout système où [guix](https://guix.gnu.org/) est
installé depuis la racine de ce dépôt en lançant la commande:
```
guix shell -m manifest.scm -- make
```
(use-modules (guix packages)
(gnu packages base)
(gnu packages haskell-xyz)
(gnu packages pdf)
(gnu packages tex))
(packages->manifest
(list gnu-make pandoc poppler texlive))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment