2c529c3cb8
The project has moved away from Freenode as an IRC network[1], and there is now a quite large channel on Libera. As such, we should point users towards that instead. This also changes all examples to refer to libera instead of freenode as, with the recent deletion of all freenode channels, it is perhaps where most communities are to be found nowadays. Finally, also link to the official Matrix room[2] as an alternative to IRC. Related: https://github.com/NixOS/nixpkgs/pull/129384 [1]: https://discourse.nixos.org/t/join-us-on-matrix-at-nix-nixos-org-migrating-from-freenode [2]: https://github.com/NixOS/rfcs/pull/94
43 lines
1.6 KiB
XML
43 lines
1.6 KiB
XML
<preface xmlns="http://docbook.org/ns/docbook"
|
||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||
xml:id="preface">
|
||
<title>Preface</title>
|
||
<para>
|
||
This manual describes how to install, use and extend NixOS, a Linux
|
||
distribution based on the purely functional package management system
|
||
<link xlink:href="https://nixos.org/nix">Nix</link>, that is composed
|
||
using modules and packages defined in the
|
||
<link xlink:href="https://nixos.org/nixpkgs">Nixpkgs</link> project.
|
||
</para>
|
||
<para>
|
||
Additional information regarding the Nix package manager and the Nixpkgs
|
||
project can be found in respectively the
|
||
<link xlink:href="https://nixos.org/nix/manual">Nix manual</link> and the
|
||
<link xlink:href="https://nixos.org/nixpkgs/manual">Nixpkgs manual</link>.
|
||
</para>
|
||
<para>
|
||
If you encounter problems, please report them on the
|
||
<literal
|
||
xlink:href="https://discourse.nixos.org">Discourse</literal>,
|
||
the <link
|
||
xlink:href="https://matrix.to/#nix:nixos.org">Matrix room</link>,
|
||
or on the <link
|
||
xlink:href="irc://irc.libera.chat/#nixos">
|
||
<literal>#nixos</literal> channel on Libera.Chat</link>.
|
||
Alternatively, consider <link
|
||
xlink:href="#chap-contributing">
|
||
contributing to this manual</link>. Bugs should be
|
||
reported in
|
||
<link
|
||
xlink:href="https://github.com/NixOS/nixpkgs/issues">NixOS’
|
||
GitHub issue tracker</link>.
|
||
</para>
|
||
<note>
|
||
<para>
|
||
Commands prefixed with <literal>#</literal> have to be run as root, either
|
||
requiring to login as root user or temporarily switching to it using
|
||
<literal>sudo</literal> for example.
|
||
</para>
|
||
</note>
|
||
</preface>
|