summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMinijackson <minijackson@riseup.net>2019-10-08 21:46:02 +0200
committerMinijackson <minijackson@riseup.net>2019-10-08 21:46:02 +0200
commitf9c5951305a94eed61869e21e00aec698c0f350d (patch)
tree851aa6254cd3e13927c9efcdfa69f0e99e241c87
parent49eab4188d0b884e44059b8db5d84ee630eb1cf9 (diff)
downloadnixos-embedded-slides-f9c5951305a94eed61869e21e00aec698c0f350d.tar.gz
nixos-embedded-slides-f9c5951305a94eed61869e21e00aec698c0f350d.zip
Add mentions of Windows and multi-user package managementHEADmaster
-rw-r--r--slides.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/slides.md b/slides.md
index 7835a7d..cc2af4e 100644
--- a/slides.md
+++ b/slides.md
@@ -1452,6 +1452,7 @@ roger@os $ nix build -f default.nix config.system.build.sdImage
1452 - i686-linux / x86_64-linux 1452 - i686-linux / x86_64-linux
1453 - x86_64-darwin (MacOS) 1453 - x86_64-darwin (MacOS)
1454 - *Beta*: aarch64-linux / FreeBSD 1454 - *Beta*: aarch64-linux / FreeBSD
1455 - *Alpha*: any POSIX-compliant system, and wtf Windows?
1455 1456
1456- Rollbacks 1457- Rollbacks
1457 1458
@@ -1462,6 +1463,11 @@ roger@os $ nix build -f default.nix config.system.build.sdImage
1462- To rollback, you can just switch to the previous configuration, either by 1463- To rollback, you can just switch to the previous configuration, either by
1463 manually changing the config files, or choosing a previous configuration at 1464 manually changing the config files, or choosing a previous configuration at
1464 boot 1465 boot
1466- *Beta* / *Alpha* qualification mine
1467- The Nix package manager should run fine on any of those platforms, but
1468 nixpkgs definitely doesn't support every POSIX system equally, or Windows
1469 (even though there are Windows aware packages in nixpkgs)
1470
1465 1471
1466::: 1472:::
1467 1473
@@ -1540,6 +1546,7 @@ roger@os $ nix build -f default.nix config.system.build.sdImage
1540- Usage as a server or workstation 1546- Usage as a server or workstation
1541- "Works for me" \rightarrow "Works for everybody" 1547- "Works for me" \rightarrow "Works for everybody"
1542- Profiles 1548- Profiles
1549- Multi-user package management
1543 1550
1544 1551
1545## The End{.standout} 1552## The End{.standout}