Resources: Difference between revisions

From NixOS Wiki
Clarify the role of nix.dev
Claes (talk | contribs)
Added links to FOSDEM talks
Line 113: Line 113:
=== Talks ===
=== Talks ===


* [https://www.youtube.com/playlist?list=PLt4-_lkyRrOPcBuz_tjm6ZQb-6rJjU3cf Summer of Nix 2023 Talks]
==== NixCon ====
* [https://media.ccc.de/c/nixcon2023 NixCon 2023 Talks]
 
* [https://www.youtube.com/playlist?list=PLt4-_lkyRrOMWyp5G-m_d1wtTcbBaOxZk Summer of Nix 2022 Talks]
*[https://media.ccc.de/c/nixcon2023 NixCon 2023 Talks]
* [https://www.youtube.com/playlist?list=PLgknCdxP89ReD6gxl755B6G_CI65z4J2e NixCon 2022 Talks]
* [https://www.youtube.com/playlist?list=PLgknCdxP89ReD6gxl755B6G_CI65z4J2e NixCon 2022 Talks]
* [https://www.youtube.com/playlist?list=PLgknCdxP89RcXpf7xLU7tuWXTOsL1rSHU NixCon 2020 Talks]
* [https://www.youtube.com/playlist?list=PLgknCdxP89RcXpf7xLU7tuWXTOsL1rSHU NixCon 2020 Talks]
Line 122: Line 122:
* [https://www.youtube.com/playlist?list=PLgknCdxP89ReQzhfKwMYjLdwWsc7us8ns&index=1 NixCon 2017 Talks]
* [https://www.youtube.com/playlist?list=PLgknCdxP89ReQzhfKwMYjLdwWsc7us8ns&index=1 NixCon 2017 Talks]
* [https://media.ccc.de/c/nixcon2015 NixCon 2015 Talks] produced and hosted by the CCC Video Operation Center
* [https://media.ccc.de/c/nixcon2015 NixCon 2015 Talks] produced and hosted by the CCC Video Operation Center
==== Other ====
* [https://fosdem.org/2024/schedule/track/nix-devroom/ FOSDEM 2024 - Nix and NixOS devroom]
* [https://www.youtube.com/playlist?list=PLt4-_lkyRrOPcBuz_tjm6ZQb-6rJjU3cf Summer of Nix 2023 Talks]
* [https://archive.fosdem.org/2023/schedule/track/nix_and_nixos/ FOSDEM 2023 - Nix and NixOS devroom]
* [https://www.youtube.com/playlist?list=PLt4-_lkyRrOMWyp5G-m_d1wtTcbBaOxZk Summer of Nix 2022 Talks]





Revision as of 08:37, 7 April 2024

Note: Reference documentation and learning materials for using Nix standalone are maintained at nix.dev.

This article is an overview of resources available both within the NixOS Wiki and elsewhere. For communication channels, support and information of contributing, see the community menu.

Wiki

The NixOS Wiki's core articles are divided into five categories. Each category link will list all pages in that category:

  1. Pedias, for encyclopedic description
  2. Guides, for broad hands-on understanding and connections to other learning resources
  3. Tutorials, intended to teach a particular process or project
  4. Cookbooks, collections of tips and tricks
  5. Reference, full manuals and technical coverage


Pages are also organized by the six most prominent components of the Nix Ecosystem — NixOS, Nix: the package manager, Nix: the language (Nix Expressions), Nixpkgs, NixOps and Hydra.


NixOS Wiki Resources
Category NixOS Nix Nix Expressions Nixpkgs NixOps Hydra
Pedia NixOS Nix Nix Expression Language Nixpkgs NixOps Hydra
Cookbook NixOS Cheatsheet Nix Cookbook Nix Language: Tips & Tricks
NixOS Official Resources
Category NixOS Nix Nix Expressions Nixpkgs NixOps Hydra
Reference NixOS Manual Nix Manual Nix Manual:
Writing Nix Expressions
Nixpkgs Manual Nixops Manual Hydra Manual
Note: Home Manager is also a major community project to make user environment management in NixOS easier. It is intended to replace much of what you would do with nix-env, to reduce hard-to-track imperative actions.
Official Home Manager manual

Also, see Applications for an overview of tools in the extended ecosystem.

More documentation

  • awesome-nix - community-curated list of Nix learning resources and tools

News

Interactive websites

Tutorials

Video tutorials

  • Wil T Nix Guides - A video series in 8 parts, covering the Nix ecosystem from foundations, providing orientation with all available resources, and showing hands on how to get NixOS installed and running (including managing all your configuration through git and using Flakes).
  • Nix Friday - a series of 24 video streams of 1-2 hours on learning Nix and meeting community members
  • The Nix Hour - A weekly beginner-oriented improvised QA-style lecture on Nix
  • Vimjoyer's Nix Tutorials - A regularly released tutorial series about configuring things with nix.
  • NixOS Config Guides for Nerds and Other Cool People - A tutorial series geared towards people that have some Linux command line experience.
  • Nixology - A tutorial series by Burke Libbey, originally released internally at Shopify

Examples

Talks

NixCon

Other