Skip to content

Commit ff8c8f8

Browse files
committed
chapter 1: add new reference to NixOS
1 parent 6fe3eaa commit ff8c8f8

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

src/thesis/1-introduction.typ

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -168,11 +168,12 @@ constant along the passing years, sadly.
168168
Transitioning from BASIC, I briefly jumped on Microsoft Windows before moving to
169169
Linux, a platform that has since become my daily driver. In 2019, I found myself
170170
grappling with a sluggish laptop running a popular Linux distribution. In search
171-
of a faster, binary-based alternative, I transitioned to NixOS
172-
#cite(<NixOS>, form: "normal"). This shift marked the beginning of a totally new
173-
perspective on software development for me. It was through NixOS that I
174-
encountered the concept of "reproducibility" which opened my eyes to the
175-
possibilities of making and shipping more reliable software.
171+
of a faster, binary-based alternative, I transitioned to NixOS, a Linux
172+
distribution #cite(<hemel_2024_12906987>,form:"normal") managed by the Nix
173+
package manager #cite(<NixOS>, form: "normal"). This shift marked the beginning
174+
of a totally new perspective on software development for me. It was through
175+
NixOS that I encountered the concept of "reproducibility" which opened my eyes
176+
to the possibilities of making and shipping more reliable software.
176177

177178
We've seen in the previous section and will detail further in the next chapters
178179
that this concept originates from researchers and the scientific method. This

src/thesis/literature.bib

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1020,3 +1020,13 @@ @misc{swguix2018
10201020
url = {https://www.softwareheritage.org/2019/04/18/software-heritage-and-gnu-guix-join-forces-to-enable-long-term-reproducibility/},
10211021
year = {2019},
10221022
}
1023+
1024+
@misc{hemel_2024_12906987,
1025+
author = {Hemel, Armijn},
1026+
title = {NixOS: the Nix based operating system},
1027+
month = jul,
1028+
year = 2024,
1029+
publisher = {Zenodo},
1030+
doi = {10.5281/zenodo.12906987},
1031+
url = {https://doi.org/10.5281/zenodo.12906987}
1032+
}

0 commit comments

Comments
 (0)