This commit is contained in:
Ryan Schanzenbacher 2023-09-29 15:28:02 -04:00
parent 8c22928054
commit 60d3f99384
Signed by: ryan77627
GPG key ID: 81B0E222A3E2308E

View file

@ -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