Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ICHLL11 Article
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alice Brenon
ICHLL11 Article
Commits
00af3a2d
Commit
00af3a2d
authored
3 years ago
by
Alice Brenon
Browse files
Options
Downloads
Patches
Plain Diff
Explain how to generate a building environment
parent
a0815e3c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+11
-0
11 additions, 0 deletions
README.md
manifest.scm
+8
-0
8 additions, 0 deletions
manifest.scm
with
19 additions
and
0 deletions
README.md
0 → 100644
+
11
−
0
View file @
00af3a2d
# 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
```
This diff is collapsed.
Click to expand it.
manifest.scm
0 → 100644
+
8
−
0
View file @
00af3a2d
(
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
))
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment