forked from mirrors/nixpkgs
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>
This commit is contained in:
parent
8726057fbd
commit
03ce325365
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue