mirror of
https://github.com/ryan4yin/nixos-and-flakes-book.git
synced 2025-08-16 23:50:58 +02:00
fix: artwork in introduction
This commit is contained in:
@ -12,8 +12,21 @@
|
||||
- It is possible to roll back to any previous system state, and NixOS even includes all old versions in the boot options by default, ensuring the ability to easily revert changes. Consequently, Nix is regarded as one of the most stable package management approaches.
|
||||
- **No Dependency Conflict Issues**
|
||||
- Each software package in Nix has a unique hash, which is incorporated into its installation path, allowing multiple versions to coexist.
|
||||
- **The community is active, with a diverse range of third-party projects**
|
||||
- The official package repository, nixpkgs, has numerous contributors, and many people share their Nix configurations. Exploring the NixOS ecosystem is an exciting experience, akin to discovering a new continent.
|
||||
|
||||
The community is active, with a diverse range of third-party projects. The official package repository, nixpkgs, has numerous contributors, and many people share their Nix configurations. Exploring the NixOS ecosystem is an exciting experience, akin to discovering a new continent.
|
||||
<figure>
|
||||
<img src="/nixos-bootloader.avif">
|
||||
<figcaption>
|
||||
<h4 align="center">
|
||||
All historical versions are listed in the boot options of NixOS. <br>
|
||||
Image from
|
||||
<a href="https://discourse.nixos.org/t/how-to-make-uefis-grub2-menu-the-same-as-bioss-one/10074" target="_blank" rel="noopener noreferrer">
|
||||
NixOS Discourse - 10074
|
||||
</a>
|
||||
</h4>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
## Disadvantages of NixOS
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||

|
||||
|
||||
# Introduction to Nix & NixOS
|
||||
|
||||
Nix is a declarative package manager that enables users to specify the desired system state in configuration files, and it takes responsibility for achieving that state.
|
||||
|
Reference in New Issue
Block a user