diff options
| author | Daiderd Jordan <daiderd@gmail.com> | 2018-10-26 16:01:14 +0100 |
|---|---|---|
| committer | Daiderd Jordan <daiderd@gmail.com> | 2018-10-26 16:01:14 +0100 |
| commit | 1324ccf2c1fe10fd277dabefa3c8e5631e216d41 (patch) | |
| tree | d98330315b68d4ba8c8f8f0e9ccb804f4a982064 | |
| parent | 95fb1cb2aa1781b239db074dcc9b15089b55e118 (diff) | |
add changelog entry for nix.enableChannels
This should have the same behaviour but it changed slightly when
overriding the defaults.
| -rw-r--r-- | CHANGELOG | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |
