From f4dc055689e68600033b960ff892edca213253e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Wed, 12 Aug 2015 06:54:37 +0200 Subject: [PATCH] nixos/release-notes: mention unification of channels --- nixos/doc/manual/release-notes/rl-unstable.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/nixos/doc/manual/release-notes/rl-unstable.xml b/nixos/doc/manual/release-notes/rl-unstable.xml index 0c84069a650..db20831ead8 100644 --- a/nixos/doc/manual/release-notes/rl-unstable.xml +++ b/nixos/doc/manual/release-notes/rl-unstable.xml @@ -202,4 +202,16 @@ nix-env -f "<nixpkgs>" -iA haskellPackages.cabal-install + +Other notable improvements: + + + The nixos and nixpkgs channels were unified, + so one can use nix-env -iA nixos.bash + instead of nix-env -iA nixos.pkgs.bash. + See the commit for details. + + + +