From c2124383f47315c23b0fbe8b75a1190b6d7929d0 Mon Sep 17 00:00:00 2001 From: Daiderd Jordan Date: Sun, 25 Oct 2020 16:37:13 +0100 Subject: [PATCH] add changelog entry for SHELL variable --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 0a0b879..05c5f44 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +2020-10-25 +- The option environment.variables.SHELL is no longer set automatically when, + eg. programs.zsh.enable is configured. + 2020-09-12 - Options using the deprecated loaOf where removed, see https://github.com/NixOS/nixpkgs/pull/96042