svn path=/nixos/branches/stdenv-updates/; revision=23688
@ -60,7 +60,7 @@ rec {
in
{
inherit system;
inherit (nixpkgsOptions) config platform;
inherit (nixpkgsOptions) config;
});
# Optionally check wether all config values have corresponding
@ -13,12 +13,5 @@
'';
};
nixpkgs.platform = pkgs.lib.mkOption {
default = pkgs.platforms.pc;
description = ''
The platform for the Nix Packages collection.
}