Use nixUnstable as the default temporarily

This commit is contained in:
Eelco Dolstra
2018-02-05 13:49:24 +01:00
parent 39172792c6
commit 294a4e6ea5

View File

@@ -149,7 +149,7 @@ let
in rec {
nix = nixStable;
nix = nixUnstable;
nixStable = (common rec {
name = "nix-1.11.16";