summary refs log tree commit diff
path: root/release.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2011-02-23 13:52:19 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2011-02-23 13:52:19 +0000
commit91f88ba9af02ff3359d0fbb7277be4c5be4083aa (patch)
treeba5d717d2ccc709ef1980d87473b1712e00986ff /release.nix
parent0ea15a8f768ca5c43f32e539ff66d1b661b8bbb6 (diff)
downloadnixpkgs-91f88ba9af02ff3359d0fbb7277be4c5be4083aa.tar
nixpkgs-91f88ba9af02ff3359d0fbb7277be4c5be4083aa.tar.gz
nixpkgs-91f88ba9af02ff3359d0fbb7277be4c5be4083aa.tar.bz2
nixpkgs-91f88ba9af02ff3359d0fbb7277be4c5be4083aa.tar.lz
nixpkgs-91f88ba9af02ff3359d0fbb7277be4c5be4083aa.tar.xz
nixpkgs-91f88ba9af02ff3359d0fbb7277be4c5be4083aa.tar.zst
nixpkgs-91f88ba9af02ff3359d0fbb7277be4c5be4083aa.zip
* 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
Diffstat (limited to 'release.nix')
-rw-r--r--release.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/release.nix b/release.nix
index 2e4098a6de2..390a15afb3e 100644
--- a/release.nix
+++ b/release.nix
@@ -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