diff options
-rw-r--r-- | slides.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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} |