From 918492f3ef882b1739df5e89a39d8e6bf1cf9fbf Mon Sep 17 00:00:00 2001 From: Daiderd Jordan Date: Wed, 2 Jan 2019 21:19:24 +0100 Subject: [PATCH] add changelog entry for the verifyNixPath option --- CHANGELOG | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 2106d416..973df799 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,10 @@ +2019-01-02 +- The NIX_PATH validation can be disabled now, this is particularly useful if + the darwin configuration is deployed from another machine in which case it + often doesn't matter that darwin-rebuild won't work on the host itself. + + system.checks.verifyNixPath = false; + 2018-03-29 - default nix.package no longer uses the default profile. system.stateVersion > 2