forked from lix-project/lix
* Manual.
This commit is contained in:
parent
853252ac66
commit
cfe35ca0e0
|
@ -38,54 +38,63 @@
|
||||||
<xi:include href="opt-common.xml" />
|
<xi:include href="opt-common.xml" />
|
||||||
<xi:include href="env-common.xml" />
|
<xi:include href="env-common.xml" />
|
||||||
<xi:include href="conf-file.xml" />
|
<xi:include href="conf-file.xml" />
|
||||||
<section xml:id="sec-nix-build">
|
|
||||||
<title>nix-build</title>
|
|
||||||
<xi:include href="nix-build.xml" />
|
|
||||||
</section>
|
|
||||||
<section xml:id="sec-nix-channel">
|
|
||||||
<title>nix-channel</title>
|
|
||||||
<xi:include href="nix-channel.xml" />
|
|
||||||
</section>
|
|
||||||
<section>
|
<section>
|
||||||
<title>nix-collect-garbage</title>
|
<title>Main commands</title>
|
||||||
<xi:include href="nix-collect-garbage.xml" />
|
<section xml:id="sec-nix-env">
|
||||||
</section>
|
<title>nix-env</title>
|
||||||
<section xml:id="sec-nix-env">
|
<xi:include href="nix-env.xml" />
|
||||||
<title>nix-env</title>
|
</section>
|
||||||
<xi:include href="nix-env.xml" />
|
<section xml:id="sec-nix-instantiate">
|
||||||
</section>
|
<title>nix-instantiate</title>
|
||||||
<section xml:id="sec-nix-install-package">
|
<xi:include href="nix-instantiate.xml" />
|
||||||
<title>nix-install-package</title>
|
</section>
|
||||||
<xi:include href="nix-install-package.xml" />
|
<section>
|
||||||
</section>
|
<title>nix-store</title>
|
||||||
<section xml:id="sec-nix-instantiate">
|
<xi:include href="nix-store.xml" />
|
||||||
<title>nix-instantiate</title>
|
</section>
|
||||||
<xi:include href="nix-instantiate.xml" />
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<title>nix-pack-closure</title>
|
<title>Utilities</title>
|
||||||
<xi:include href="nix-pack-closure.xml" />
|
<section xml:id="sec-nix-build">
|
||||||
</section>
|
<title>nix-build</title>
|
||||||
<section>
|
<xi:include href="nix-build.xml" />
|
||||||
<title>nix-prefetch-url</title>
|
</section>
|
||||||
<xi:include href="nix-prefetch-url.xml" />
|
<section xml:id="sec-nix-channel">
|
||||||
</section>
|
<title>nix-channel</title>
|
||||||
<section>
|
<xi:include href="nix-channel.xml" />
|
||||||
<title>nix-pull</title>
|
</section>
|
||||||
<xi:include href="nix-pull.xml" />
|
<section>
|
||||||
</section>
|
<title>nix-collect-garbage</title>
|
||||||
<section xml:id="sec-nix-push">
|
<xi:include href="nix-collect-garbage.xml" />
|
||||||
<title>nix-push</title>
|
</section>
|
||||||
<xi:include href="nix-push.xml" />
|
<section xml:id="sec-nix-install-package">
|
||||||
</section>
|
<title>nix-install-package</title>
|
||||||
<section>
|
<xi:include href="nix-install-package.xml" />
|
||||||
<title>nix-store</title>
|
</section>
|
||||||
<xi:include href="nix-store.xml" />
|
<section>
|
||||||
</section>
|
<title>nix-pack-closure</title>
|
||||||
<section>
|
<xi:include href="nix-pack-closure.xml" />
|
||||||
<title>nix-unpack-closure</title>
|
</section>
|
||||||
<xi:include href="nix-unpack-closure.xml" />
|
<section>
|
||||||
|
<title>nix-prefetch-url</title>
|
||||||
|
<xi:include href="nix-prefetch-url.xml" />
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<title>nix-pull</title>
|
||||||
|
<xi:include href="nix-pull.xml" />
|
||||||
|
</section>
|
||||||
|
<section xml:id="sec-nix-push">
|
||||||
|
<title>nix-push</title>
|
||||||
|
<xi:include href="nix-push.xml" />
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<title>nix-unpack-closure</title>
|
||||||
|
<xi:include href="nix-unpack-closure.xml" />
|
||||||
|
</section>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
</appendix>
|
</appendix>
|
||||||
|
|
||||||
<xi:include href="troubleshooting.xml" />
|
<xi:include href="troubleshooting.xml" />
|
||||||
|
|
|
@ -57,6 +57,12 @@ h3 /* subsections */
|
||||||
font-size: 125%;
|
font-size: 125%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.appendix h3
|
||||||
|
{
|
||||||
|
font-size: 150%;
|
||||||
|
margin-top: 1.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
Loading…
Reference in a new issue