* 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:
parent
0ea15a8f76
commit
91f88ba9af
@ -1,4 +1,4 @@
|
|||||||
{ nixpkgs ? ../nixpkgs-wc }:
|
{ nixpkgs ? ../nixpkgs }:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|
||||||
@ -147,10 +147,6 @@ let
|
|||||||
module = ./modules/installer/cd-dvd/system-tarball-sheevaplug.nix;
|
module = ./modules/installer/cd-dvd/system-tarball-sheevaplug.nix;
|
||||||
} { system = "armv5tel-linux"; };
|
} { 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 =
|
tests =
|
||||||
{ services ? ../services }:
|
{ services ? ../services }:
|
||||||
let
|
let
|
||||||
|
Loading…
x
Reference in New Issue
Block a user