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/nix
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5c05c238e609
Choose a base ref
...
head repository: NixOS/nix
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6e9e34ea1faa
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 26, 2019

  1. manual: mention the "channel:" shorthand for NIX_PATH

    Bumped to 15.09 because older channels, when downloaded from
    nixos.org, require firefox to be accessed via `pkgs.firefox`
    veprbl authored Mar 26, 2019
    Copy the full SHA
    75ec68f View commit details
  2. Merge pull request #2744 from veprbl/patch-8

    manual: mention the "channel:" shorthand for NIX_PATH
    grahamc authored Mar 26, 2019
    Copy the full SHA
    6e9e34e View commit details
Showing with 7 additions and 2 deletions.
  1. +7 −2 doc/manual/command-ref/env-common.xml
9 changes: 7 additions & 2 deletions doc/manual/command-ref/env-common.xml
Original file line number Diff line number Diff line change
@@ -52,10 +52,15 @@ nixpkgs=/home/eelco/Dev/nixpkgs-branch:/etc/nixos</screen>
<envar>NIX_PATH</envar> to

<screen>
nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixos-14.12.tar.gz</screen>
nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixos-15.09.tar.gz</screen>

tells Nix to download the latest revision in the Nixpkgs/NixOS
14.12 channel.</para>
15.09 channel.</para>

<para>A following shorthand can be used to refer to the official channels:

<screen>nixpkgs=channel:nixos-15.09</screen>
</para>

<para>The search path can be extended using the <option
linkend="opt-I">-I</option> option, which takes precedence over