Don't use nixUnstable

This commit is contained in:
Eelco Dolstra 2012-08-02 13:31:57 -04:00
parent a6039e1be2
commit 1fcef0a0e0

View File

@ -27,7 +27,7 @@ in
options = {
environment.nix = mkOption {
default = pkgs.nixUnstable;
default = pkgs.nix;
merge = mergeOneOption;
description = ''
This option specifies the Nix package instance to use throughout the system.