Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
presentation-slides
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Admin message
GitLab upgrade completed. Current version is 17.11.3.
Show more breadcrumbs
nix-tutorial
presentation-slides
Commits
45218e6e
Commit
45218e6e
authored
5 years ago
by
Faure Adrien
Browse files
Options
Downloads
Patches
Plain Diff
[TutoNix]ven. juin 21 19:03:08 CEST 2019
parent
366b2c0f
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
slides.pdf
+0
-0
0 additions, 0 deletions
slides.pdf
slides.tex
+11
-6
11 additions, 6 deletions
slides.tex
with
11 additions
and
6 deletions
slides.pdf
+
0
−
0
View file @
45218e6e
No preview for this file type
This diff is collapsed.
Click to expand it.
slides.tex
+
11
−
6
View file @
45218e6e
...
@@ -405,11 +405,11 @@ Nix uses a single directory to store every packages.
...
@@ -405,11 +405,11 @@ Nix uses a single directory to store every packages.
\only
<1>
{
\only
<1>
{
\vspace
{
1em
}
\vspace
{
1em
}
It contains the derivations of all application (and libraries)
\emph
{
officialy
}
available with Nix.
It contains the derivations of all application (and libraries)
\emph
{
officialy
}
available with Nix.
\\
}
}
\only
<1>
{
\only
<1>
{
\vspace
{
1em
}
\vspace
{
1em
}
Packages are distributed as Nix expression (the so called derivations)
.
In short,
\textbf
{
packages are declared as source code
}
.
}
}
\end{frame}
\end{frame}
...
@@ -417,11 +417,14 @@ Nix uses a single directory to store every packages.
...
@@ -417,11 +417,14 @@ Nix uses a single directory to store every packages.
\begin{frame}
[plain]
{
Channels
}
\begin{frame}
[plain]
{
Channels
}
\only
<1>
{
\only
<1>
{
\textbf
{
NixPkgs
}
is a git repository containing the code of all
\emph
{
official
}
derivations.
\vspace
{
1em
}
\vspace
{
1em
}
\begin{tcolorbox}
[colframe=black,colback=gray!10,coltext=black]
\center
A
\textbf
{
channel
}
is link to branch of NixPkgs tested with continuous integration.
A
\textbf
{
channel
}
is link to branch of NixPkgs tested with continuous integration.
\end{tcolorbox}
\vspace
{
1em
}
\vspace
{
1em
}
...
@@ -434,8 +437,10 @@ Nix uses a single directory to store every packages.
...
@@ -434,8 +437,10 @@ Nix uses a single directory to store every packages.
\only
<2>
{
\only
<2>
{
\begin{tcolorbox}
[colframe=red!17,colback=red!10,coltext=black]
\center
Channels are not fully reproducible, as they are subject to updates.
Channels are not fully reproducible, as they are subject to updates.
\end{tcolorbox}
}
}
\end{frame}
\end{frame}
...
@@ -524,7 +529,7 @@ Nix uses a single directory to store every packages.
...
@@ -524,7 +529,7 @@ Nix uses a single directory to store every packages.
\includegraphics
[scale=0.035]
{
figures/UncheckedBox
}
&
\includegraphics
[scale=0.035]
{
figures/UncheckedBox
}
&
\includegraphics
[scale=0.035]
{
figures/CheckedBox
}
\\
\includegraphics
[scale=0.035]
{
figures/CheckedBox
}
\\
\hline
\hline
\end{tabular}
\end{tabular}
\end{frame}
\end{frame}
...
...
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