From e6591588a96e82b5cdb5372909dbb919d5a4ee7e Mon Sep 17 00:00:00 2001 From: aszlig Date: Wed, 15 Apr 2015 21:48:16 +0200 Subject: [PATCH] releaso-notes: Document changes from #7349. Thanks to @domenkozar for implicitly reminding me that documentation is probably our biggest issue. And I'm a dumbass for contributing to that situation, so let's do better than that and document it. The current changes are only preparation for a bigger change coming real soon[TM] in Hydra and release-tools, so right now it's still a bit tedious to create custom channels. Signed-off-by: aszlig --- nixos/doc/manual/release-notes/rl-unstable.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/nixos/doc/manual/release-notes/rl-unstable.xml b/nixos/doc/manual/release-notes/rl-unstable.xml index 34ffe1d6d32..cdbd074e782 100644 --- a/nixos/doc/manual/release-notes/rl-unstable.xml +++ b/nixos/doc/manual/release-notes/rl-unstable.xml @@ -35,6 +35,20 @@ and old steam package -- to steamOriginal. was accordingly renamed to bomi + + + The default NIX_PATH for NixOS now includes + /nix/var/nix/profiles/per-user/root/channels, so it's + easy to add custom channels. + + + Moreover, whenever a nixos-rebuild <action> + --upgrade is issued, every channel that includes a file + called .update-on-nixos-rebuild will be upgraded + alongside of the nixos channel. + + +