Difference between revisions of "Resources"

From NixOS Wiki
Jump to: navigation, search
(Add NixCon 2018 playlist link)
(Add newer tutorials)
Line 86: Line 86:
 
=== Tutorials ===
 
=== Tutorials ===
  
 +
* [https://rgoswami.me/posts/ccon-tut-nix/ Tutorial Introduction to Nix] - an introduction focused on the use of shell environments, for Python and with links to R versions as well
 
* [https://nixcloud.io/tour Interactive Tour of Nix] - an interactive tutorial of the Nix Expression Language by Joachim Schiele and Paul Seitz
 
* [https://nixcloud.io/tour Interactive Tour of Nix] - an interactive tutorial of the Nix Expression Language by Joachim Schiele and Paul Seitz
 
* [https://github.com/nixcloud/nix-shell-workshop Nix shell workshop]
 
* [https://github.com/nixcloud/nix-shell-workshop Nix shell workshop]

Revision as of 15:46, 3 September 2020

This article is an overview of resources available both within the NixOS community 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 article categories: discussions, for encyclopedic description, guides, for showing the user how to do stuff, tutorials intended to teach, cookbooks collecting a bag of tips and trips and reference material for the nitty gritty details. They are also divided by the six most prominent components of the Nix Ecosystem: NixOS, Nix, the Nix Language, Nixpkgs, NixOps and Hydra. The core articles of the Wiki correspond to one component and one category:

NixOS Wiki Resources
Category NixOS Nix Nix Language Nixpkgs NixOps Hydra
Discussion NixOS Nix Nix Language Nixpkgs NixOps Hydra
Guide NixOS Guide Nix Guide Nix Language Guide Nixpkgs Guide NixOps Guide Hydra Guide
Tutorial NixOS Tutorial Nix Tutorial Nix Language Tutorial Nixpkgs Tutorial NixOps Tutorial Hydra Tutorial
Cookbook NixOS Cookbook Nix Cookbook Nix Language Cookbook Nixpkgs Cookbook NixOps Cookbook Hydra Cookbook
Reference NixOS Reference Nix Reference Nix Language Reference Nixpkgs Reference NixOps Reference Hydra Reference

The goal is to eventually have strong articles for every entry of this table, but initial efforts will target the first row and first column.

Documentation

News


Interactive websites

Tutorials

Cookbooks

Talks