mirror of
https://github.com/ryan4yin/nixos-and-flakes-book
synced 2024-11-23 12:43:08 +00:00
feat: update the nix language
This commit is contained in:
parent
c43c7de678
commit
403c1e3a36
1 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@ The Nix language is a straightforward functional language. If you have some prog
|
||||||
To get started, I recommend reading the following resources for a solid introduction to the Nix language:
|
To get started, I recommend reading the following resources for a solid introduction to the Nix language:
|
||||||
|
|
||||||
1. [**Nix Language Basics - nix.dev**](https://nix.dev/tutorials/first-steps/nix-language): This tutorial provides a comprehensive overview of the basics of the Nix language.
|
1. [**Nix Language Basics - nix.dev**](https://nix.dev/tutorials/first-steps/nix-language): This tutorial provides a comprehensive overview of the basics of the Nix language.
|
||||||
2. [Chapter 4. The Basics of the Language - Nix Pills](https://nixos.org/guides/nix-pills/basics-of-language.html): This chapter in the Nix Pills guide offers detailed explanations and examples to help you understand the core concepts of the Nix language.
|
3. [Nix - A One Pager](https://github.com/tazjin/nix-1p): A one page introduction to the Nix language.
|
||||||
|
1. You can safely skip the section on `callPackage`/`Overriding`/`Overlays` for now. We will cover it in the next chapter.
|
||||||
|
|
||||||
By going through these materials, you will develop a solid foundation in the Nix language, allowing you to effectively utilize NixOS and Flakes.
|
By going through these materials, you will develop a solid foundation in the Nix language, allowing you to effectively utilize NixOS and Flakes.
|
Loading…
Reference in a new issue