about summary refs log tree commit diff
path: root/pkgs/build-support
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2008-05-28 15:21:06 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2008-05-28 15:21:06 +0000
commit402eaefd76e0a54aaae63612291e09f04b8ded60 (patch)
tree2204da6e600b6738d6fccd43861a5f3ddd5d0cc4 /pkgs/build-support
parent031c022a252b659c5e21da9786e148b192cec6db (diff)
downloadnixlib-402eaefd76e0a54aaae63612291e09f04b8ded60.tar
nixlib-402eaefd76e0a54aaae63612291e09f04b8ded60.tar.gz
nixlib-402eaefd76e0a54aaae63612291e09f04b8ded60.tar.bz2
nixlib-402eaefd76e0a54aaae63612291e09f04b8ded60.tar.lz
nixlib-402eaefd76e0a54aaae63612291e09f04b8ded60.tar.xz
nixlib-402eaefd76e0a54aaae63612291e09f04b8ded60.tar.zst
nixlib-402eaefd76e0a54aaae63612291e09f04b8ded60.zip
* Doh!
svn path=/nixpkgs/trunk/; revision=11922
Diffstat (limited to 'pkgs/build-support')
-rw-r--r--pkgs/build-support/vm/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/build-support/vm/default.nix b/pkgs/build-support/vm/default.nix
index 054f371b3617..ab6b39114573 100644
--- a/pkgs/build-support/vm/default.nix
+++ b/pkgs/build-support/vm/default.nix
@@ -700,7 +700,7 @@ rec {
         url = mirror://debian/dists/etch/main/binary-i386/Packages.bz2;
         sha256 = "7a8f2777315d71fd7321d1076b3bf5f76afe179fe66c2ce8e1ff4baed6424340";
       };
-      urlPrefix = mirror://ubuntu;
+      urlPrefix = mirror://debian;
     } // args);
         
   };