Revert "nixos/doc: re-format"
This reverts commit ea6e8775bd. The new
format is not an improvement.
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
<title>Importing Modules</title>
|
||||
|
||||
<para>
|
||||
Sometimes NixOS modules need to be used in configuration but exist outside of Nixpkgs. These modules can be imported:
|
||||
Sometimes NixOS modules need to be used in configuration but exist outside of
|
||||
Nixpkgs. These modules can be imported:
|
||||
</para>
|
||||
|
||||
<programlisting>
|
||||
@@ -24,7 +25,9 @@
|
||||
</programlisting>
|
||||
|
||||
<para>
|
||||
The environment variable <literal>NIXOS_EXTRA_MODULE_PATH</literal> is an absolute path to a NixOS module that is included alongside the Nixpkgs NixOS modules. Like any NixOS module, this module can import additional modules:
|
||||
The environment variable <literal>NIXOS_EXTRA_MODULE_PATH</literal> is an
|
||||
absolute path to a NixOS module that is included alongside the Nixpkgs NixOS
|
||||
modules. Like any NixOS module, this module can import additional modules:
|
||||
</para>
|
||||
|
||||
<programlisting>
|
||||
|
||||
Reference in New Issue
Block a user