From 94a30ef0347bdeead226bfef712b030e213b4447 Mon Sep 17 00:00:00 2001 From: Daiderd Jordan Date: Sat, 6 Jan 2018 23:33:56 +0100 Subject: [PATCH] add overlays entry to changelog --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 845bc954..823fef18 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +2017-01-06 +- added nixpkgs.overlays, there is a chapter on overlays in the nixpkgs manual + https://nixos.org/nixpkgs/manual/#chap-overlays with more information. + 2017-01-04 - the nix.useDaemon/services.nix-daemon.enable options now automatically reload the daemon for you when nix.conf changes.