Difference between revisions of "Resources"

From NixOS Wiki
Jump to: navigation, search
m (Bumped headers one level down.)
Line 2: Line 2:
 
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.
 
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 ==
+
=== 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:
 
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:
Line 60: Line 60:
 
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.
 
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 ==
+
=== Documentation ===
  
 
* [https://nixos.org/nixos/nix-pills/index.html Nix Pills] - series of blog post about Nix/Nixpkgs internals
 
* [https://nixos.org/nixos/nix-pills/index.html Nix Pills] - series of blog post about Nix/Nixpkgs internals
Line 67: Line 67:
 
* [https://nixos.org/nixpkgs/manual/ Official Nixpkgs Manual]
 
* [https://nixos.org/nixpkgs/manual/ Official Nixpkgs Manual]
  
== News ==
+
=== News ===
  
 
* [http://planet.nixos.org/ planet.nixos.org] - Aggregator for blogs related to nix/nixOS
 
* [http://planet.nixos.org/ planet.nixos.org] - Aggregator for blogs related to nix/nixOS
Line 75: Line 75:
  
  
== Interactive websites ==
+
=== Interactive websites ===
  
 
* [https://nixos.org/nixos/packages.html NixOS Packages Search] - full-text search through all packages of NixOS
 
* [https://nixos.org/nixos/packages.html NixOS Packages Search] - full-text search through all packages of NixOS
Line 84: Line 84:
 
* [https://hydra.nixos.org/ Hydra]
 
* [https://hydra.nixos.org/ Hydra]
  
== Tutorials ==
+
=== Tutorials ===
  
 
* [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]
  
== Cookbooks ==
+
=== Cookbooks ===
  
 
* [https://nix-cookbook.readthedocs.io Domen's Nix Cookbook] - A community initiative, by Domen Kožar
 
* [https://nix-cookbook.readthedocs.io Domen's Nix Cookbook] - A community initiative, by Domen Kožar
  
== Talks ==
+
=== Talks ===
  
 
* [https://www.youtube.com/watch?v=fdj9tzRaLn4&list=PLgknCdxP89ReQzhfKwMYjLdwWsc7us8ns&index=1 NixCon 2017 Talks]
 
* [https://www.youtube.com/watch?v=fdj9tzRaLn4&list=PLgknCdxP89ReQzhfKwMYjLdwWsc7us8ns&index=1 NixCon 2017 Talks]

Revision as of 19:13, 10 December 2017

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