From 60d3f99384a248fd8b13d3b85e4be22db6c26e66 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Fri, 29 Sep 2023 15:28:02 -0400 Subject: [PATCH] changes --- presentation.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/presentation.md b/presentation.md index dddc35e..f4e694b 100644 --- a/presentation.md +++ b/presentation.md @@ -15,7 +15,7 @@ paginate: true --- -# Quick Disclamer +# Quick Disclaimer We are both GNU Guix Users @@ -148,6 +148,7 @@ While we will try to talk about generalities of declarative operating system par - Hash is derived from a build dependency graph - A program can use any version of a library it needs - A program build hash is unique, if any dependency changes the hash will as well. + - This means new updates never overwrite old versions --- @@ -221,4 +222,5 @@ $ readlink /home/tylerm/.guix-home/profile/bin/gcc - Build environment - Builds are completely isolated from one another - You cannot forget to define a dependency - - You can guarantee that package will build once you get it working + - You can guarantee that package will build for everyone once you get it working + - Also means everyone can reproduce the same bugs as you