Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 8da283e3 authored by Faure Adrien's avatar Faure Adrien
Browse files

[repo] clean up

parent cd40d65d
No related branches found
No related tags found
No related merge requests found
Repository containing the slides introducing the Nix tutorial about reproducible experiments with Nix.
To build the presentation:
```
nix-build default.nix
```
or
```
nix-shell default.nix --command "make"
```
...@@ -39,7 +39,4 @@ stdenv.mkDerivation rec { ...@@ -39,7 +39,4 @@ stdenv.mkDerivation rec {
mkdir $out mkdir $out
cp slides.pdf $out cp slides.pdf $out
''; '';
shellHook = "ls | entr make; exit";
} }
figures/store-zoom.png

124 KiB

figures/store.png

238 KiB

No preview for this file type
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
\title{\textbf{Towards Reproducible Experiment Environments with Nix}} \title{\textbf{Towards Reproducible Experiment Environments with Nix}}
\date{Rennes 2019, \today} \date{Rennes 2019, \today}
\author{ \author{
\underline{Adrien Faure}, Millian Poquet\\ Adrien Faure, Millian Poquet\\
\vspace{0.9cm} \vspace{0.9cm}
% \includegraphics[height=1cm]{figureslogo-inp.png} % \includegraphics[height=1cm]{figureslogo-inp.png}
\includegraphics[height=1cm]{figures/logo-inria.jpg} \includegraphics[height=1cm]{figures/logo-inria.jpg}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment