From 1324ccf2c1fe10fd277dabefa3c8e5631e216d41 Mon Sep 17 00:00:00 2001 From: Daiderd Jordan Date: Fri, 26 Oct 2018 16:01:14 +0100 Subject: [PATCH] add changelog entry for nix.enableChannels This should have the same behaviour but it changed slightly when overriding the defaults. --- CHANGELOG | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 2106d416..98390c8d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,10 @@ +2018-10-26 +- the nix.nixPath option no longer includes the paths for channels, these are + added dynamically instead to avoid warnings. This can be disabled using the + following option. + + nix.enableChannels = false; + 2018-03-29 - default nix.package no longer uses the default profile. system.stateVersion > 2