summaryrefslogtreecommitdiffstats
path: root/nixos
diff options
context:
space:
mode:
authorMichael Weiss <dev.primeos@gmail.com>2020-10-14 17:59:50 +0200
committerMichael Weiss <dev.primeos@gmail.com>2020-10-14 18:10:53 +0200
commit03ce325365c54841dcffacb7069dff408d04c14a (patch)
tree1997a35370ac0cf7b56fbdedadb4d09bfa4c00bb /nixos
parent8726057fbd2017970274c3301660236e7ea6e492 (diff)
nixos/doc: Fix one command to build the NixOS manual
This one occurrence wasn't updated: $ git grep "nix-build nixos/release.nix -A manual" nixos/doc/manual/README: nix-build nixos/release.nix -A manual.x86_64-linux nixos/doc/manual/development/meta-attributes.xml:<screen><prompt>$ </prompt>nix-build nixos/release.nix -A manual</screen> nixos/doc/manual/development/writing-documentation.xml:<screen>nix-build nixos/release.nix -A manual.x86_64-linux</screen>
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/development/meta-attributes.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/doc/manual/development/meta-attributes.xml b/nixos/doc/manual/development/meta-attributes.xml
index c626ef30e9d5..c40be0a50c36 100644
--- a/nixos/doc/manual/development/meta-attributes.xml
+++ b/nixos/doc/manual/development/meta-attributes.xml
@@ -57,7 +57,7 @@
linkend="ch-configuration"/>. Changes to a module documentation
have to be checked to not break building the NixOS manual:
</para>
-<screen><prompt>$ </prompt>nix-build nixos/release.nix -A manual</screen>
+<screen><prompt>$ </prompt>nix-build nixos/release.nix -A manual.x86_64-linux</screen>
</callout>
</calloutlist>
</section>