summary refs log tree commit diff
path: root/pkgs/build-support/vm/test.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2008-11-12 17:15:09 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2008-11-12 17:15:09 +0000
commit8a3757b7f1bf9b8b689026c043d7be5f142c36df (patch)
tree91dc07d500f9ca2c500c67aa1ce777fa28dbb322 /pkgs/build-support/vm/test.nix
parentfb91bc3530e7a8aa850d8f09a451e6a05957aebf (diff)
downloadnixlib-8a3757b7f1bf9b8b689026c043d7be5f142c36df.tar
nixlib-8a3757b7f1bf9b8b689026c043d7be5f142c36df.tar.gz
nixlib-8a3757b7f1bf9b8b689026c043d7be5f142c36df.tar.bz2
nixlib-8a3757b7f1bf9b8b689026c043d7be5f142c36df.tar.lz
nixlib-8a3757b7f1bf9b8b689026c043d7be5f142c36df.tar.xz
nixlib-8a3757b7f1bf9b8b689026c043d7be5f142c36df.tar.zst
nixlib-8a3757b7f1bf9b8b689026c043d7be5f142c36df.zip
* Added Ubuntu 8.10. It doesn't work yet though (the passwd package
  fails to install).

svn path=/nixpkgs/trunk/; revision=13272
Diffstat (limited to 'pkgs/build-support/vm/test.nix')
-rw-r--r--pkgs/build-support/vm/test.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/build-support/vm/test.nix b/pkgs/build-support/vm/test.nix
index 86357264423c..064fabdd5002 100644
--- a/pkgs/build-support/vm/test.nix
+++ b/pkgs/build-support/vm/test.nix
@@ -18,13 +18,13 @@ rec {
   };
 
   
-  testUbuntuImage = makeImageTestScript diskImages.ubuntu710i386;
+  testUbuntuImage = makeImageTestScript diskImages.ubuntu810i386;
 
   
   buildInDebian = runInLinuxImage (stdenv.mkDerivation {
     name = "deb-compile";
     src = nixUnstable.src;
-    diskImage = diskImages.debian40i386;
+    diskImage = diskImages.ubuntu810i386;
     memSize = 512;
     phases = "sysInfoPhase unpackPhase patchPhase configurePhase buildPhase checkPhase installPhase fixupPhase distPhase";
     sysInfoPhase = ''