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
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

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