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:
parent
9ba735714a
commit
245df33c6c
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue