Making the system tarballs of fuloong and sheevaplug reference the proper nixpkgs, and not that of /etc/...

svn path=/nixos/branches/stdenv-updates/; revision=23772
This commit is contained in:
Lluís Batlle i Rossell 2010-09-13 20:52:49 +00:00
parent 9ba735714a
commit 245df33c6c
2 changed files with 2 additions and 4 deletions

View file

@ -147,6 +147,6 @@ in
system.boot.loader.kernelFile = "/vmlinux";
nixpkgs.config = {
platform = (import /etc/nixos/nixpkgs/pkgs/top-level/platforms.nix).fuloong2f_n32;
platform = pkgs.platforms.fuloong2f_n32;
};
}

View file

@ -183,8 +183,6 @@ in
jobs.openssh.startOn = pkgs.lib.mkOverride 50 {} "";
nixpkgs.config = {
packageOverrides = pkgs : rec {
};
platform = (import /etc/nixos/nixpkgs/pkgs/top-level/platforms.nix).sheevaplug;
platform = pkgs.platforms.sheevaplug;
};
}