[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
365/376: Update .nixpkg description
From: |
Ludovic Courtès |
Subject: |
365/376: Update .nixpkg description |
Date: |
Wed, 28 Jan 2015 22:06:13 +0000 |
civodul pushed a commit to tag 1.8
in repository guix.
commit 4c4e89165227d92f9e11fc18082e50006a04ffd0
Author: Eelco Dolstra <address@hidden>
Date: Sat Dec 13 23:27:22 2014 +0100
Update .nixpkg description
---
doc/manual/command-ref/nix-install-package.xml | 35 +++++++++++++-----------
1 files changed, 19 insertions(+), 16 deletions(-)
diff --git a/doc/manual/command-ref/nix-install-package.xml
b/doc/manual/command-ref/nix-install-package.xml
index 7d5cd99..f7802a9 100644
--- a/doc/manual/command-ref/nix-install-package.xml
+++ b/doc/manual/command-ref/nix-install-package.xml
@@ -3,7 +3,7 @@
xmlns:xi="http://www.w3.org/2001/XInclude"
version="5.0"
xml:id="sec-nix-install-package">
-
+
<refmeta>
<refentrytitle>nix-install-package</refentrytitle>
<manvolnum>1</manvolnum>
@@ -47,8 +47,7 @@
<para>The command <command>nix-install-package</command> interactively
installs a Nix Package file (<filename>*.nixpkg</filename>), which is
a small file that contains a store path to be installed along with the
-URL of a <link linkend="sec-nix-push"><command>nix-push</command>
-manifest</link>. The Nix Package file is either
+URL of a binary cache. The Nix Package file is either
<replaceable>file</replaceable>, or automatically downloaded from
<replaceable>url</replaceable> if the <option>--url</option> switch is
used.</para>
@@ -76,7 +75,7 @@ to restart itself with <command>xterm</command>,
<refsection><title>Options</title>
<variablelist>
-
+
<varlistentry><term><option>--non-interactive</option></term>
<listitem><para>Do not open a new terminal window and do not ask
@@ -139,14 +138,14 @@ The elements are as follows:
<variablelist>
<varlistentry><term><literal>NIXPKG1</literal></term>
-
+
<listitem><para>The version of the Nix Package
file.</para></listitem>
</varlistentry>
<varlistentry><term><replaceable>manifestURL</replaceable></term>
-
+
<listitem><para>The manifest to be pulled by
<command>nix-pull</command>. The manifest must contain
<replaceable>outPath</replaceable>.</para></listitem>
@@ -154,21 +153,21 @@ The elements are as follows:
</varlistentry>
<varlistentry><term><replaceable>name</replaceable></term>
-
+
<listitem><para>The symbolic name and version of the
package.</para></listitem>
</varlistentry>
<varlistentry><term><replaceable>system</replaceable></term>
-
+
<listitem><para>The platform identifier of the platform for which
this binary package is intended.</para></listitem>
</varlistentry>
<varlistentry><term><replaceable>drvPath</replaceable></term>
-
+
<listitem><para>The path in the Nix store of the derivation from
which <replaceable>outPath</replaceable> was built. Not currently
used.</para></listitem>
@@ -176,17 +175,21 @@ The elements are as follows:
</varlistentry>
<varlistentry><term><replaceable>outPath</replaceable></term>
-
- <listitem><para>The path in the Nix store of the package. After
- <command>nix-install-package</command> has obtained the manifest
- from <replaceable>manifestURL</replaceable>, it performs a
- <literal>nix-env -i</literal> <replaceable>outPath</replaceable>
- to install the binary package.</para></listitem>
+
+ <listitem><para>The path in the Nix store of the
+ package.</para></listitem>
+
+ </varlistentry>
+
+ <varlistentry><term><replaceable>binaryCacheURL</replaceable></term>
+
+ <listitem><para>The URL of a binary cache containing the closure
+ of <replaceable>outPath</replaceable>.</para></listitem>
</varlistentry>
</variablelist>
-
+
</para>
<para>An example follows:
- 356/376: Shut up a Valgrind warning, (continued)
- 356/376: Shut up a Valgrind warning, Ludovic Courtès, 2015/01/28
- 349/376: Remove tabs, Ludovic Courtès, 2015/01/28
- 355/376: Fix some memory leaks, Ludovic Courtès, 2015/01/28
- 357/376: Silence some warnings on GCC 4.9, Ludovic Courtès, 2015/01/28
- 358/376: Install cacert before running nix-channel, Ludovic Courtès, 2015/01/28
- 359/376: Better error message, Ludovic Courtès, 2015/01/28
- 362/376: Undocument nix-generate-patches, Ludovic Courtès, 2015/01/28
- 367/376: Fix image in PDF, Ludovic Courtès, 2015/01/28
- 354/376: Ensure we're writing to stderr in the builder, Ludovic Courtès, 2015/01/28
- 360/376: Style, Ludovic Courtès, 2015/01/28
- 365/376: Update .nixpkg description,
Ludovic Courtès <=
- 366/376: Rename files, Ludovic Courtès, 2015/01/28
- 371/376: Merge commit '36c67860363c93eb00cf5b8e2ad34f6f775e6901', Ludovic Courtès, 2015/01/28
- 363/376: Style, Ludovic Courtès, 2015/01/28
- 376/376: Grmbl, Ludovic Courtès, 2015/01/28
- 372/376: Merge branch 'cygwin-master' of https://github.com/ternaris/nix, Ludovic Courtès, 2015/01/28
- 364/376: ReiserFS -> ext4, Ludovic Courtès, 2015/01/28
- 375/376: Add a section on nix-serve, Ludovic Courtès, 2015/01/28
- 361/376: Document channel format and excise most mentions of manifests and nix-pull, Ludovic Courtès, 2015/01/28
- 370/376: Delete the stdenv section, Ludovic Courtès, 2015/01/28
- 374/376: Add section on SSH substituter, Ludovic Courtès, 2015/01/28