Add an "unstable" aggregate to replace the "unstable" view
Views are obsolete, aggregates are the declarative replacement.
This commit is contained in:
@@ -5,7 +5,7 @@ rec {
|
||||
config.allowUnfree = false;
|
||||
});
|
||||
|
||||
pkgs = allPackages { };
|
||||
pkgs = allPackages { system = "x86_64-linux"; };
|
||||
|
||||
|
||||
# The platforms for which we build Nixpkgs.
|
||||
|
||||
Reference in New Issue
Block a user