Get In Touch: Difference between revisions

From NixOS Wiki
imported>Ixxie
Changed some section titling and introduction.
imported>Ixxie
Improved communications section.
Line 9: Line 9:
=== Chat ===
=== Chat ===


The official NixOS channel resides on [https://webchat.freenode.net/ irc.freenode.org] in <code>#nixos</code> ([https://botbot.me/freenode/nixos/ searchable Log]) and the wiki channel is at  <code>#nixos-wiki</code>.
The Nix community chat channels are hosted on [http://freenode.net/ the Freenode IRC network]; the primary official user channel is <code>#nixos</code> ([https://botbot.me/freenode/nixos/ searchable log]), the development channel is <code>#nixos-dev</code> and the wiki channel is <code>#nixos-wiki</code>.


In addition to that there is also the unofficial [https://riot.im/app/#/room/#nix:matrix.org NixOS matrix channel]
In addition to these IRC channels there is also the unofficial [https://riot.im/app/#/room/#nix:matrix.org NixOS matrix channel]


=== Mailinglist ===
=== Mailinglist ===


There is currently only one official Mailinglist related to NixOS, [https://groups.google.com/forum/#!forum/nix-devel nix-devel]. You don't need to be a developer to use nix-devel.
There is currently only one official Mailinglist related to NixOS, [https://groups.google.com/forum/#!forum/nix-devel nix-devel]. You don't need to be a developer to use this mailing list, although much of the discussion delves into deeper technical issues.


=== Forums ===
=== Forums ===


Check out the [https://www.reddit.com/r/NixOS/ NixOS Reddit channel] and help answering questions on Stack Overflow for [https://stackoverflow.com/questions/tagged/nixos NixOS] and [https://stackoverflow.com/questions/tagged/nix nix].
For a free-form discussion forum, checkout the [https://www.reddit.com/r/NixOS/ NixOS Reddit channel]. For Q&A style discussion of any Nix related issues, check out stack overflow questions tagged  [https://stackoverflow.com/questions/tagged/nix Nix],[https://stackoverflow.com/questions/tagged/nixos NixOS], [https://stackoverflow.com/questions/tagged/nixops NixOps]
and [https://stackoverflow.com/questions/tagged/nixpkgs Nixpkgs].

Revision as of 09:57, 9 December 2017

This article provides an overview of various ways of engaging the Nix community. See official NixOS community page for more information.

Development

Development of Nix and NixOS happens primarily on Nixpkgs. You can contribute by helping reporting, diagnosing and closing issues, by creating, testing and reviewing pull-requests, and by becoming a maintainer of packages and modules hosted on the repository. For more information, see the contributing section of the Nixpkgs article.

Communication

Chat

The Nix community chat channels are hosted on the Freenode IRC network; the primary official user channel is #nixos (searchable log), the development channel is #nixos-dev and the wiki channel is #nixos-wiki.

In addition to these IRC channels there is also the unofficial NixOS matrix channel

Mailinglist

There is currently only one official Mailinglist related to NixOS, nix-devel. You don't need to be a developer to use this mailing list, although much of the discussion delves into deeper technical issues.

Forums

For a free-form discussion forum, checkout the NixOS Reddit channel. For Q&A style discussion of any Nix related issues, check out stack overflow questions tagged Nix,NixOS, NixOps

and Nixpkgs.