Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c85d936ea0f8
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a90452b2c9d1
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 3, 2020

  1. Copy the full SHA
    6dca231 View commit details
  2. Merge pull request #76871 from laikq/master

    nixos-install: add documentation for --channel, --no-channel-copy
    Ma27 authored Jan 3, 2020
    Copy the full SHA
    a90452b View commit details
Showing with 25 additions and 0 deletions.
  1. +25 −0 nixos/doc/manual/man-nixos-install.xml
25 changes: 25 additions & 0 deletions nixos/doc/manual/man-nixos-install.xml
Original file line number Diff line number Diff line change
@@ -55,6 +55,13 @@
<replaceable>path</replaceable>
</arg>

<arg>
<arg choice='plain'>
<option>--channel</option>
</arg>
<replaceable>channel</replaceable>
</arg>

<arg>
<arg choice='plain'>
<option>--no-channel-copy</option>
@@ -126,6 +133,12 @@
specified in <filename>/mnt/etc/nixos/configuration.nix</filename>.
</para>
</listitem>
<listitem>
<para>
It installs the current channel <quote>nixos</quote> in the target channel
profile (unless <option>--no-channel-copy</option> is specified).
</para>
</listitem>
<listitem>
<para>
It installs the GRUB boot loader on the device specified in the option
@@ -202,6 +215,18 @@
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>--channel</option>
</term>
<listitem>
<para>
If this option is provided, do not copy the current
<quote>nixos</quote> channel to the target host. Instead, use the
specified derivation.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>-I</option>