Skip to content
Snippets Groups Projects
Unverified Commit ab072c72 authored by Valentin Kaas's avatar Valentin Kaas
Browse files

NixOS: finish talk!

parent c5f6df3c
No related branches found
No related tags found
No related merge requests found
No preview for this file type
...@@ -60,13 +60,13 @@ ...@@ -60,13 +60,13 @@
- Easier to back up and share with people - Easier to back up and share with people
- Easy to deploy machines and their configuration - Easy to deploy machines and their configuration
- Out of the box Rollbacks - Out of the box Rollbacks
- Configuration options for many programs & services // - Configuration options for many programs & services
- Free of side effects - Actually uninstalls packages and their dependencies - Free of side effects - Actually uninstalls packages and their dependencies
- Easy to set up VMs // - Easy to set up VMs
- People can test each other's configurations using `nix run` and `nix shell` by just having access to the source // - People can test each other's configurations using `nix run` and `nix shell` by just having access to the source
== What sets Nix apart == What sets Nix apart
- Immutable & reproducible results - Immutable & reproducible results
- Easy to cross and static compile // - Easy to cross and static compile
- Source-based (you can alter packages without forking anything) - Source-based (you can alter packages without forking anything)
- Single package manager to rule them all! (C, Python, Docker, NodeJS, etc) - Single package manager to rule them all! (C, Python, Docker, NodeJS, etc)
- Great for development, easily switches between dev envs with direnv - Great for development, easily switches between dev envs with direnv
...@@ -1269,3 +1269,8 @@ content = { ...@@ -1269,3 +1269,8 @@ content = {
- https://github.com/nix-community/disko - https://github.com/nix-community/disko
- https://github.com/NotAShelf/nvf - https://github.com/NotAShelf/nvf
- https://fzakaria.com/2024/07/05/learn-nix-the-fun-way - https://fzakaria.com/2024/07/05/learn-nix-the-fun-way
\ \
*Feedback: #link("feedback@feedback.thealternative.ch")*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment