Add a Hydra job to track the size of the initrd

This commit is contained in:
Eelco Dolstra 2014-10-09 18:40:37 +02:00
parent 666cf992f0
commit a97e1ee52d

View file

@ -132,6 +132,10 @@ in rec {
manpages = buildFromConfig ({ pkgs, ... }: { }) (config: config.system.build.manual.manpages);
# Build the initial ramdisk so Hydra can keep track of its size over time.
initialRamdisk = buildFromConfig ({ pkgs, ... }: { }) (config: config.system.build.initialRamdisk);
iso_minimal = forAllSystems (system: makeIso {
module = ./modules/installer/cd-dvd/installation-cd-minimal.nix;
type = "minimal";