Convert recommended-reading.rst to .md

This commit is contained in:
Nejc Zupan 2021-12-10 11:20:29 +00:00
parent 8ce1cbb01a
commit d251c52c74
2 changed files with 22 additions and 29 deletions

View File

@ -0,0 +1,22 @@
# Recommended reading
## 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)
## [Manage your dot files with Home Manager](https://ghedam.at/24353/tutorial-getting-started-with-home-manager-for-nix)
## [Nix Pills](https://nixos.org/nixos/nix-pills/index.html)
To feel comfortable with Nix and Nixpkgs internals, read the pills.
## [Nix Shorts](https://github.com/justinwoo/nix-shorts)
A series of posts on basics of how packaging with Nix works.
## [awesome-nix](https://nix-community.github.io/awesome-nix/)
A collection of Nix resources.

View File

@ -1,29 +0,0 @@
Recommended reading
===================
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>`_
`Manage your dot files with Home Manager <https://ghedam.at/24353/tutorial-getting-started-with-home-manager-for-nix>`_
-----------------------------------------------------------------------------------------------------------------------
`Nix Pills <https://nixos.org/nixos/nix-pills/index.html>`_
-----------------------------------------------------------
To feel comfortable with Nix and Nixpkgs internals, read the pills.
`Nix Shorts <https://github.com/justinwoo/nix-shorts>`_
-------------------------------------------------------
A series of posts on basics of how packaging with Nix works.
`awesome-nix <https://nix-community.github.io/awesome-nix/>`_
-------------------------------------------------------------
A collection of Nix resources.