Mentions légales du service

Skip to content
Snippets Groups Projects
Commit a1e12497 authored by FELŠÖCI Marek's avatar FELŠÖCI Marek
Browse files

Implement suggestions from Ludo

parent 68d98f4f
Branches master
No related tags found
No related merge requests found
Pipeline #828614 passed
......@@ -118,8 +118,9 @@
:BEAMER_col: 0.85
:END:
- reprend les principes de Nix
- Guix-HPC ([[https://hpc.guix.info][hpc.guix.info]])
- reprend les principes de Nix, simplifie l'interface
- adapté aux besoins HPC {{{arrow}}} Guix-HPC
([[https://hpc.guix.info][hpc.guix.info]])
- proximité avec ses développeurs : Merci Ludo' !
**** Colonne de droite
......@@ -130,7 +131,36 @@
#+ATTR_LaTeX: :width 1\textwidth
[[./figures/guix.pdf]]
** Guix : entrée dans un environnement logiciel
** Guix : entrée dans un environnement logiciel (1/2)
#+ATTR_LaTeX: :options fontsize=\small
#+HEADER: :exports both :results verbatim replace :wrap example
#+NAME: code:guix-shell
#+BEGIN_SRC shell
guix shell --pure cowsay -- cowsay -f tux "Keep calm, use Guix"
#+END_SRC
#+BEAMER: \pause
#+BEAMER: \vspace{1em}
#+RESULTS: code:guix-shell
#+begin_example
_____________________
< Keep calm, use Guix >
---------------------
\
\
.--.
|o_o |
|:_/ |
// \ \
(| | )
/'\_ _/`\
\___)=(___/
#+end_example
** Guix : entrée dans un environnement logiciel (2/2)
#+ATTR_LaTeX: :options fontsize=\small
#+HEADER: :eval never
......@@ -139,8 +169,8 @@ guix shell --pure bash coreutils inetutils findutils grep sed \
bc openssh python python-psutil gcvb slurm openmpi scab
#+END_SRC
#+BEAMER: \vspace{1em}
#+BEAMER: \pause
#+BEAMER: \vspace{1em}
#+ATTR_LaTeX: :options fontsize=\small
#+HEADER: :eval never
......
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