1
0
Fork 0
mirror of https://github.com/NixOS/nix.dev.git synced 2024-10-18 14:32:43 -04:00
nix.dev/source/recommended-reading.rst

30 lines
1.2 KiB
ReStructuredText
Raw Normal View History

2020-05-18 05:48:21 -04:00
Recommended reading
===================
2021-10-19 18:51:46 -04:00
Nix language tutorials
----------------------
- `Learn Nix in Y minutes <https://learnxinyminutes.com/docs/nix/>`_
- `Nix by Example <https://medium.com/@MrJamesFisher/nix-by-example-a0063a1a4c55>`_
2021-10-20 07:27:14 -04:00
- `Nix lanuage one-pager reference <https://github.com/tazjin/nix-1p>`_
2021-10-19 18:51:46 -04:00
- `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>`_
-----------------------------------------------------------------------------------------------------------------------
2020-05-18 05:48:21 -04:00
`Nix Pills <https://nixos.org/nixos/nix-pills/index.html>`_
-----------------------------------------------------------
2021-10-19 18:51:46 -04:00
To feel comfortable with Nix and Nixpkgs internals, read the pills.
2020-06-17 15:44:20 -04:00
`Nix Shorts <https://github.com/justinwoo/nix-shorts>`_
-------------------------------------------------------
A series of posts on basics of how packaging with Nix works.
2021-10-19 18:51:46 -04:00
`awesome-nix <https://nix-community.github.io/awesome-nix/>`_
-------------------------------------------------------------
A collection of Nix resources.