Resources: Difference between revisions

Tags: Mobile edit Mobile web edit
mNo edit summary
 
(5 intermediate revisions by 3 users not shown)
Line 3: Line 3:
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.
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 - search by topic ===
=== Searching by topic ===
While most people just search for the article they want to read, there is also a way to reach almost all arcticles via 2 to 3 clicks from the starting page via the main 5 topic categories:
While most people just search for the article they want to read, there is also a way to reach almost all arcticles via 2 to 3 clicks from the starting page via the main 5 topic categories:


Line 12: Line 12:
# [[:{{ns:14}}:Community|Community]] - people, communication, work on NixOS
# [[:{{ns:14}}:Community|Community]] - people, communication, work on NixOS


=== Wiki - search by article type ===
=== Searching by article type ===
The NixOS Wiki's core articles are divided into [[:Category:Resource|five type categories]]. Each category link will list all pages in that category:
The NixOS Wiki's core articles are divided into [[:Category:Resource|five type categories]]. Each category link will list all pages in that category:
# [[:Category:Pedias|Pedias]], for encyclopedic description
# [[:Category:Pedias|Pedias]], for encyclopedic description
Line 19: Line 19:
# [[:Category:Cookbook|Cookbooks]], collections of tips and tricks
# [[:Category:Cookbook|Cookbooks]], collections of tips and tricks
# [[:Category:Reference|Reference]], full manuals and technical coverage
# [[:Category:Reference|Reference]], full manuals and technical coverage
Pages are also organized by the six most prominent components of the [[Nix Ecosystem]] — NixOS, [[Nix Package Manager | Nix: the package manager]], [[Nix Expression Language | Nix: the language (Nix Expressions)]], Nixpkgs, NixOps and Hydra.
Pages are also organized by the six most prominent components of the [[Nix Ecosystem]] — NixOS, [[Nix package manager | Nix: the package manager]], [[Nix Expression Language | Nix: the language (Nix Expressions)]], Nixpkgs, NixOps and Hydra.
{| class="wikitable table" style="text-align: left; width: 100%"
{| class="wikitable table" style="text-align: left; width: 100%"
! NixOS Wiki Resources
! NixOS Wiki Resources
Line 33: Line 33:
! [[:Category:Pedias|Pedia]]
! [[:Category:Pedias|Pedia]]
| [[NixOS]]
| [[NixOS]]
| [[Nix Package Manager | Nix]]
| [[Nix package manager | Nix]]
| [[Nix Expression Language]]
| [[Nix Expression Language]]
| [[Nixpkgs]]
| [[Nixpkgs]]
Line 73: Line 73:


* [https://github.com/nix-community/awesome-nix awesome-nix] - community-curated list of Nix learning resources and tools
* [https://github.com/nix-community/awesome-nix awesome-nix] - community-curated list of Nix learning resources and tools
* [[Nixpkgs/Manuals]] - Links to all the manuals.


=== News ===
=== News ===
Line 78: Line 79:
* [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
* [https://discourse.nixos.org/ NixOS Discourse] - Official forum
* [https://discourse.nixos.org/ NixOS Discourse] - Official forum
* [https://nixpkgs.news nixpkgs.news]
* [https://nixpkgs.news nixpkgs.news] - news feed for nixpkgs, Inactive since July 7 2024


=== Interactive websites ===
=== Interactive websites ===
Line 84: Line 85:
* [https://search.nixos.org/packages NixOS Packages Search] - full-text search through all packages of NixOS
* [https://search.nixos.org/packages NixOS Packages Search] - full-text search through all packages of NixOS
* [https://search.nixos.org/options NixOS Option Search] - full-text search through all options of NixOS
* [https://search.nixos.org/options NixOS Option Search] - full-text search through all options of NixOS
* [https://search.nix.gsc.io/ NixOS Code Search] - full-text search through NixOS related packages
* [https://home-manager-options.extranix.com/ Home Manager Option Search] - full-text search through all options of home-manager
* [https://noogle.dev/ Noogle] - Nix API search engine that lets you search nix functions
* [[Noogle]] - Nix API search engine that lets you search nix functions
* [https://nixcloud.io/tour/?id=1 A tour of nix] - interactive Nix tutorial
* [https://nixcloud.io/tour/?id=1 A tour of nix] - interactive Nix tutorial
* [https://status.nixos.org/ Nix Channel Status] - when nixpkgs/nixos channels were updated last
* [https://status.nixos.org/ Nix Channel Status] - when nixpkgs/nixos channels were updated last
* [https://hydra.nixos.org/ Hydra]
* [https://hydra.nixos.org/ Hydra] - official Nixpkgs CI/CD
* [https://malob.github.io/nix-review-tools-reports/ Nix Review Tools Reports] - reports showing problematic dependencies for major Hydra jobsets
* [https://malob.github.io/nix-review-tools-reports/ Nix Review Tools Reports] - reports showing problematic dependencies for major Hydra jobsets
- [https://mynixos.com mynixos] - full-text search through packages in nixpkgs and all options of NixOS, home-manager, nix-darwin


=== Tutorials ===
=== Tutorials ===
Line 98: Line 100:
* [https://github.com/nixcloud/nix-shell-workshop Nix shell workshop]
* [https://github.com/nixcloud/nix-shell-workshop Nix shell workshop]
* [https://scrive.github.io/nix-workshop/ Scrive workshop ] - Nix language and packaging workshop
* [https://scrive.github.io/nix-workshop/ Scrive workshop ] - Nix language and packaging workshop
* [https://danielunderwood.dev/post/nixos-nas/ ZFS NAS]  
* [https://mhwombat.codeberg.page/nix-book Wombat's Book of Nix] - A book on Nix language and flakes for newcomers
* [https://nixos-and-flakes.thiscute.world/ NixOS & Flakes Book - An unofficial book for beginners] - A beginner friendly tutorial about NixOS and Flakes. By Ryan Yin  
* [https://nixos-and-flakes.thiscute.world/ NixOS & Flakes Book - An unofficial book for beginners] - A beginner friendly tutorial about NixOS and Flakes. By Ryan Yin  
* [https://leanpub.com/nixos-in-production NixOS in Production] - A NixOS handbook for professional use. By Gabriella Gonzalez  
* [https://leanpub.com/nixos-in-production NixOS in Production] - A NixOS handbook for professional use. By Gabriella Gonzalez  
* [https://code.tvl.fyi/about/nix/nix-1p nix-1p] - A (more or less) one page introduction to Nix, the language.


==== Video tutorials ====
==== Video tutorials ====
Line 121: Line 124:
==== NixCon ====
==== NixCon ====


*[https://media.ccc.de/c/nixcon2023 NixCon 2023 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 134: Line 137:
* [https://archive.fosdem.org/2023/schedule/track/nix_and_nixos/ FOSDEM 2023 - Nix and NixOS devroom]
* [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]
* [https://www.youtube.com/playlist?list=PLt4-_lkyRrOMWyp5G-m_d1wtTcbBaOxZk Summer of Nix 2022 Talks]
 
* [https://danielunderwood.dev/post/nixos-nas/ ZFS NAS]
 




[[Category:Guide]]
[[Category:Guide]]