summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2018-03-29 21:11:37 +0200
committerDaiderd Jordan <daiderd@gmail.com>2018-03-29 21:11:37 +0200
commitacdcebb5086b536982e4121d495078e84ed43f7b (patch)
tree29e92252ff602cb5e787bbf318224e830fc926d3 /CHANGELOG
parentcd049bfdf64d29a2b4859b8e146bb9b448d657ff (diff)
add changelog entry for nix.package
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 2cb98c0..165a67f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,11 @@
+2018-03-29
+- default nix.package no longer uses the default profile.
+ system.stateVersion > 2
+
+ For the original behaviour configure nix.package
+
+ nix.package = "/nix/var/nix/profiles/default";
+
2017-03-06
- added ssh.knownHosts, to manage global known_hosts.