From 62dd85f47356b8066d4164ff4a3362fef5b8593a Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Sat, 16 Mar 2024 13:09:13 +0800 Subject: [PATCH] fix: the nix language --- docs/the-nix-language/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/the-nix-language/index.md b/docs/the-nix-language/index.md index 9be1a25..14fcd49 100644 --- a/docs/the-nix-language/index.md +++ b/docs/the-nix-language/index.md @@ -10,7 +10,7 @@ To get started, I recommend reading the following resources for a quick introduc 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, recommended for beginners. 1. [**A tour of Nix**](https://nixcloud.io/tour/?id=introduction/nix): An online interactive tutorial focuses on programming language constructs and how Nix can be algorithmically used to solve problems. 3. [**Nix Language - Nix Reference Manual**](https://nixos.org/manual/nix/stable/language/): The official documentation of the Nix language. - 1. nix.dev are suitable for starter reading only, and **neither of them fully introduces the full syntax of Nix**. If you encounter a new syntax that you have not come across before, please refer to this official document. + 1. nix.dev and other user-friendly tutorials are suitable for starter reading only, and **neither of them fully introduces the full syntax of Nix**. If you encounter a new syntax that you have not come across before, please refer to this official document. 3. is a Nix function library search engine that can help you quickly find the functions you need and their usage, which is very practical. It's okay to have a rough impression of the syntax for now.