* Build the ISO from the modular branch. Don't bzip the ISO anymore
since it's already compressed using squashfs. svn path=/nixos/branches/modular-nixos/; revision=16026
This commit is contained in:
parent
ccdae5ed87
commit
27ad47bdac
13
release.nix
13
release.nix
@ -55,12 +55,13 @@ let
|
||||
|
||||
version = builtins.readFile ./VERSION + (if officialRelease then "" else "pre${toString nixosSrc.rev}");
|
||||
|
||||
iso = (import "${nixosSrc}/installer/cd-dvd/rescue-cd.nix" {
|
||||
platform = system;
|
||||
compressImage = true;
|
||||
relName = "nixos-${version}";
|
||||
inherit nixpkgs;
|
||||
}).rescueCD;
|
||||
iso = (import lib/eval-config.nix {
|
||||
inherit system nixpkgs;
|
||||
configuration =
|
||||
{ require = ./modules/installer/cd-dvd/installation-cd-minimal.nix;
|
||||
system.nixosVersion = version;
|
||||
};
|
||||
}).config.system.build.isoImage;
|
||||
|
||||
in
|
||||
# Declare the ISO as a build product so that it shows up in Hydra.
|
||||
|
Loading…
Reference in New Issue
Block a user