2017-10-01 14:42:39 +00:00
|
|
|
2017-10-01
|
|
|
|
- added system.stateVersion option, add this to your configuration to
|
|
|
|
avoid breaking changes. This changelog and the activation checks
|
|
|
|
will show instructions on what to do to safely increment this value.
|
|
|
|
|
2017-09-06 21:37:34 +00:00
|
|
|
2017-07-06
|
|
|
|
- added user channels to the default nix.nixPath
|
|
|
|
|
|
|
|
Using a user channel now works without any custom configuration.
|
|
|
|
See https://github.com/NixOS/nix/issues/1548 if you are running into
|
|
|
|
issues when updating your channel.
|
|
|
|
|
2017-07-28 21:39:52 +00:00
|
|
|
2017-07-28
|
|
|
|
- added support for command-not-found, using nix-index
|
|
|
|
|
|
|
|
programs.nix-index.enable = true;
|
|
|
|
|
2017-07-23 16:56:37 +00:00
|
|
|
2017-07-23
|
2017-10-01 14:26:13 +00:00
|
|
|
- darwin entry in the default nix.nixPath was removed for
|
|
|
|
system.stateVersion > 1
|
2017-07-23 16:56:37 +00:00
|
|
|
|
|
|
|
Use a channel for nix-darwin or configure nix.nixPath
|
|
|
|
|
|
|
|
sudo nix-channel --add https://github.com/LnL7/nix-darwin/archive/master.tar.gz darwin
|
|
|
|
sudo nix-channel --update
|
|
|
|
|
|
|
|
nix.nixPath =
|
|
|
|
[ "darwin=$HOME/.nix-defexpr/darwin"
|
|
|
|
"darwin-config=$HOME/.nixpkgs/darwin-configuration.nix"
|
|
|
|
"/nix/var/nix/profiles/per-user/root/channels"
|
|
|
|
];
|
|
|
|
|
|
|
|
2017-01-09
|
|
|
|
- nix.profile was renamed to nix.package
|