nixpkgs/nixos/doc/manual
Maximilian Bosch 9274ea3903
treewide: rename version attributes
As suggested in https://github.com/NixOS/nixpkgs/pull/39416#discussion_r183845745
the versioning attributes in `lib` should be consistent to
`nixos/version` which implicates the following changes:

* `lib.trivial.version` -> `lib.trivial.release`
* `lib.trivial.suffix` -> `lib.trivial.versionSuffix`
* `lib.nixpkgsVersion` -> `lib.version`

As `lib.nixpkgsVersion` is referenced several times in `NixOS/nixpkgs`,
`NixOS/nix` and probably several user's setups. As the rename will cause
a notable impact it's better to keep `lib.nixpkgsVersion` as alias with
a warning yielded by `builtins.trace`.
2018-04-28 14:23:53 +02:00
..
administration
configuration nixos manual: Fix typo in Syntax Summary 2018-04-24 21:57:51 +02:00
development Merge pull request #31418 from ryantm/doc-nixos-extra-module-path 2018-04-27 21:26:06 -04:00
installation Clarify installation steps w.r.t. disk partitions 2018-04-17 14:29:07 +02:00
release-notes treewide: rename version attributes 2018-04-28 14:23:53 +02:00
default.nix nixos docs: syntax highlight 2018-04-05 07:54:01 -04:00
man-configuration.xml
man-nixos-build-vms.xml nixpkgs module: Clean up platform options 2018-04-06 12:41:44 -04:00
man-nixos-enter.xml Add a "nixos-enter" command 2018-02-05 19:41:54 +01:00
man-nixos-generate-config.xml
man-nixos-install.xml Fix installing the Nixpkgs channel on the installation media 2018-02-27 19:58:23 +01:00
man-nixos-option.xml
man-nixos-rebuild.xml
man-nixos-version.xml
man-pages.xml Add a "nixos-enter" command 2018-02-05 19:41:54 +01:00
manual.xml
options-to-docbook.xsl nixos, lib: implement relatedPackages option 2018-02-09 19:51:06 +00:00
README

To build the manual, you need Nix installed on your system (no need
for NixOS). To install Nix, follow the instructions at

    https://nixos.org/nix/download.html

When you have Nix on your system, in the root directory of the project
(i.e., `nixpkgs`), run:

    nix-build nixos/release.nix -A manual.x86_64-linux

When this command successfully finishes, it will tell you where the
manual got generated.