diff --git a/docs/the-nix-language/index.md b/docs/the-nix-language/index.md index 85d9d65..1cdcd43 100644 --- a/docs/the-nix-language/index.md +++ b/docs/the-nix-language/index.md @@ -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: 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. \ No newline at end of file