mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
* 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
|
||||
|
||||
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user