* Disable the minimal_install_archive job, as system_tarball serves

essentially the same purpose, as far as I can tell.

svn path=/nixos/trunk/; revision=26070
This commit is contained in:
Eelco Dolstra 2011-02-23 13:52:19 +00:00
parent 0ea15a8f76
commit 91f88ba9af

View File

@ -1,4 +1,4 @@
{ nixpkgs ? ../nixpkgs-wc }:
{ nixpkgs ? ../nixpkgs }:
let
@ -147,10 +147,6 @@ let
module = ./modules/installer/cd-dvd/system-tarball-sheevaplug.nix;
} { system = "armv5tel-linux"; };
# Hacky: doesn't depend on configuration. Yet configuration is evaluated (TODO)
minimal_install_archive = {system ? "i686-linux"}: (iso_minimal {inherit system;})
.config.system.build.minimalInstallArchive;
tests =
{ services ? ../services }:
let