Resources: Difference between revisions
imported>Ixxie Added category - reference. |
imported>Ixxie m Fixed headers to standard format. |
||
Line 1: | Line 1: | ||
= 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 6: | Line 6: | ||
* [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 12: | Line 12: | ||
* [https://mailman.science.uu.nl/pipermail/nix-dev/ nix-dev mailing list] | * [https://mailman.science.uu.nl/pipermail/nix-dev/ nix-dev mailing list] | ||
= 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 21: | Line 21: | ||
* [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 == | ||
* [http://nix-cookbook.readthedocs.io Domen's Nix Cookbook] - A community initiative, by Domen Kožar | * [http://nix-cookbook.readthedocs.io Domen's Nix Cookbook] - A community initiative, by Domen Kožar | ||
* [http://funops.co/nix-cookbook/ Susan's Nix cookbook] - a concise cookbook with comparisons to more familiar tools and commands, by Susan Potter | * [http://funops.co/nix-cookbook/ Susan's Nix cookbook] - a concise cookbook with comparisons to more familiar tools and commands, by Susan Potter | ||
== 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 | ||
[[Category:Reference]] | [[Category:Reference]] |
Revision as of 17:17, 6 October 2017
Documentation
- Nix Pills - series of blog post about Nix/Nixpkgs internals
- Official nix Manual
- Official NixOS Manual
- Official Nixpkgs Manual
News
- planet.nixos.org - Aggregator for blogs related to nix/nixOS
- NixOS Weekly
- nix-dev mailing list
Interactive Websites
- NixOS Packages Search - full-text search through all packages of NixOS
- NixOS Option Search - full-text search through all options of NixOS
- NixOS Code Search - full-text search through NixOS related packages
- A tour of nix - interactive Nix tutorial
- How old is ... - when have the nixos-channels last updated
- Hydra
Tutorials
- Interactive Tour of Nix - an interactive tutorial of the Nix Expression Language by Joachim Schiele and Paul Seitz
- Nix shell workshop
Cookbooks
- Domen's Nix Cookbook - A community initiative, by Domen Kožar
- Susan's Nix cookbook - a concise cookbook with comparisons to more familiar tools and commands, by Susan Potter
Talks
- Nixcon 2015 Talks produced and hosted by the CCC Video Operation Center