update list of recommended Nix language tutorials

removed:
- Learn X in Y minutes is barely readable and not a tutorial but an
overview
- Nix by example is from 2014, has chaotic structure, and is oriented towards functional programmers
This commit is contained in:
Valentin Gagarin 2022-08-10 01:35:43 +02:00
parent 59723b27c2
commit e9eb67bf63

View File

@ -2,10 +2,25 @@
## Nix language tutorials
- [Learn Nix in Y minutes](https://learnxinyminutes.com/docs/nix/)
- [Nix by Example](https://medium.com/@MrJamesFisher/nix-by-example-a0063a1a4c55)
- [Nix lanuage one-pager reference](https://github.com/tazjin/nix-1p)
- [Video: Nix language overview](https://www.youtube.com/watch?v=eCapIx9heBw&list=PL-saUBvIJzOkjAw_vOac75v-x6EzNzZq-&index=5)
- [Nix lanuage one-pager reference](https://github.com/tazjin/nix-1p) (Vincent Ambo, 2019-2021)
Overview of common language features and widely used idioms.
- [A tour of Nix](https://nixcloud.io/tour) (Joachim Schiele, 2015-2022)
Interactive exercises with the Nix language.
- [Video: Nix language overview](https://www.youtube.com/watch?v=eCapIx9heBw&list=PL-saUBvIJzOkjAw_vOac75v-x6EzNzZq-&index=5) (Wil Taylor, 2021)
Overview of language features.
- [Video: Reading the Nix language](https://youtu.be/hbJkMl631FE?t=1533) (Jonas Chevalier, 2019)
Introduction to reading Nix language code.
- [Video: How and Why it Works](https://youtu.be/hbJkMl631FE?t=4806) (Graham Christensen, 2019)
Introduction to writing derivations.
## [Manage your dot files with Home Manager](https://ghedam.at/24353/tutorial-getting-started-with-home-manager-for-nix)