feat: update the nix language

This commit is contained in:
Ryan Yin 2023-07-06 11:37:53 +08:00
parent c43c7de678
commit 403c1e3a36

View file

@ -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.