Set assertions requiring specific systems for some system tarballs.
svn path=/nixos/branches/stdenv-updates/; revision=24154
This commit is contained in:
parent
3c6e5ef88e
commit
7eb7abdfd2
@ -135,11 +135,15 @@ let
|
|||||||
module = ./modules/installer/cd-dvd/system-tarball-pc.nix;
|
module = ./modules/installer/cd-dvd/system-tarball-pc.nix;
|
||||||
};
|
};
|
||||||
|
|
||||||
system_tarball_fuloong2f = makeSystemTarball {
|
system_tarball_fuloong2f =
|
||||||
|
assert builtins.currentSystem == "mips64-linux";
|
||||||
|
makeSystemTarball {
|
||||||
module = ./modules/installer/cd-dvd/system-tarball-fuloong2f.nix;
|
module = ./modules/installer/cd-dvd/system-tarball-fuloong2f.nix;
|
||||||
} { system = "mips64-linux"; };
|
} { system = "mips64-linux"; };
|
||||||
|
|
||||||
system_tarball_sheevaplug = makeSystemTarball {
|
system_tarball_sheevaplug =
|
||||||
|
assert builtins.currentSystem == "armv5tel-linux";
|
||||||
|
makeSystemTarball {
|
||||||
module = ./modules/installer/cd-dvd/system-tarball-sheevaplug.nix;
|
module = ./modules/installer/cd-dvd/system-tarball-sheevaplug.nix;
|
||||||
} { system = "armv5tel-linux"; };
|
} { system = "armv5tel-linux"; };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user