Add an "unstable" aggregate to replace the "unstable" view

Views are obsolete, aggregates are the declarative replacement.
This commit is contained in:
Eelco Dolstra
2013-03-26 11:59:00 +01:00
parent 993fc7206d
commit bcc14c4d3c
4 changed files with 433 additions and 412 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ rec {
config.allowUnfree = false;
});
pkgs = allPackages { };
pkgs = allPackages { system = "x86_64-linux"; };
# The platforms for which we build Nixpkgs.