From d3c46c9442a5803b8856ec0ee97ab1d093714b55 Mon Sep 17 00:00:00 2001 From: Daiderd Jordan Date: Wed, 1 May 2019 13:04:16 +0200 Subject: [PATCH] add changelog entry for NIX_PATH --- CHANGELOG | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index d21fd9ba..b4a720e1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,17 @@ +2019-05-01 +- nix.nixPath entries are now merged by default + system.stateVersion > 3 + + For the original behaviour, override the option using a higher priority. + + nix.nixPath = lib.mkForce [ "darwin-config=/configuration.nix" ... ]; + + This option also supports specifying named NIX_PATH entries using an + attribute set now. + + nix.nixPath = [{ darwin = "/src/darwin"; }]; + + 2019-02-23 - The users module now supports declarative per-user packages similar to nixos. eg.