summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2018-10-26 16:01:14 +0100
committerDaiderd Jordan <daiderd@gmail.com>2018-10-26 16:01:14 +0100
commit1324ccf2c1fe10fd277dabefa3c8e5631e216d41 (patch)
treed98330315b68d4ba8c8f8f0e9ccb804f4a982064
parent95fb1cb2aa1781b239db074dcc9b15089b55e118 (diff)
add changelog entry for nix.enableChannels
This should have the same behaviour but it changed slightly when overriding the defaults.
-rw-r--r--CHANGELOG7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 2106d41..98390c8 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