1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-10 04:43:53 +02:00

Manpages: Do not refer to nixpkgs-channels

Unless I am misinformed, using the `nixpkgs` repository directly is now
preferred?
This commit is contained in:
Joachim Breitner 2020-05-23 15:26:59 +02:00
parent c129e7c8f4
commit e2af11ce07
4 changed files with 8 additions and 11 deletions

View file

@ -53,7 +53,7 @@ nixpkgs=/home/eelco/Dev/nixpkgs-branch:/etc/nixos</screen>
<envar>NIX_PATH</envar> to
<screen>
nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixos-15.09.tar.gz</screen>
nixpkgs=https://github.com/NixOS/nixpkgs/archive/nixos-15.09.tar.gz</screen>
tells Nix to download the latest revision in the Nixpkgs/NixOS
15.09 channel.</para>