aboutsummaryrefslogtreecommitdiff
path: root/slides.tex
diff options
context:
space:
mode:
Diffstat (limited to 'slides.tex')
-rw-r--r--slides.tex32
1 files changed, 30 insertions, 2 deletions
diff --git a/slides.tex b/slides.tex
index 74896e3..ec14f08 100644
--- a/slides.tex
+++ b/slides.tex
@@ -54,7 +54,7 @@
\end{enumerate}
\end{frame}
-\begin{frame}
+\begin{frame}[label=dag]
\begin{center}
\begin{tikzpicture}[->,>=stealth,shorten >=1pt,auto,node distance=2cm,thick]
\node (a) {align};
@@ -126,9 +126,37 @@
\end{frame}
\begin{frame}
+ \frametitle{What is Nix?}
+ \begin{enumerate}
+ \item Simple configuration language (like JSON + functions)
+ \item Build engine that \emph{realises} \emph{derivations}
+ \item Derivations are complete descriptions for producing build products: all inputs and a build recipe
+ \item Controlled \emph{side effects}\footnote{stuff not captured by the derivation}: none allowed during a build
+ \item Output location unique and determined by hashing the derivation: i.e., hash based version management
+ \item Deterministic $\Rightarrow$ reproducible
+ \end{enumerate}
+\end{frame}
+
+\begin{frame}
+ \frametitle{Example}
+ \begin{minipage}{.4\textwidth}
+ \includegraphics[width=.8\linewidth]{graph}
+ \end{minipage}
+ \begin{minipage}{.55\textwidth}
+ \begin{overprint}
+ \onslide<1>\includegraphics[width=\linewidth]{pipeline}
+ \onslide<2>\includegraphics[width=.75\linewidth]{bwa-stage}
+ \onslide<3>\includegraphics[width=\linewidth]{bwa-drv}
+ \end{overprint}
+ \end{minipage}
+\end{frame}
+
+\againframe<4>{dag}
+
+\begin{frame}
\frametitle{Demo}
\pause
- \includegraphics[width=\linewidth]{graph}
+ \includegraphics[width=\linewidth]{demo-graph}
\end{frame}
\end{document}