about summary refs log tree commit diff
path: root/pkgs/stdenv/linux
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@viric.name>2012-10-25 23:22:41 +0200
committerLluís Batlle i Rossell <viric@viric.name>2012-10-25 23:22:41 +0200
commit9b973e02e1a2b910d5555fc3247f158b2711e435 (patch)
tree3415b3d1c7380f23877b793572af29da43cfbd4a /pkgs/stdenv/linux
parent2ac4ad0c9cabba374b991b4933468e8abc0ddd9c (diff)
downloadnixlib-9b973e02e1a2b910d5555fc3247f158b2711e435.tar
nixlib-9b973e02e1a2b910d5555fc3247f158b2711e435.tar.gz
nixlib-9b973e02e1a2b910d5555fc3247f158b2711e435.tar.bz2
nixlib-9b973e02e1a2b910d5555fc3247f158b2711e435.tar.lz
nixlib-9b973e02e1a2b910d5555fc3247f158b2711e435.tar.xz
nixlib-9b973e02e1a2b910d5555fc3247f158b2711e435.tar.zst
nixlib-9b973e02e1a2b910d5555fc3247f158b2711e435.zip
The loongson2f bootstrap files were already at nixos.org.
I make the nix expression point to them.
Diffstat (limited to 'pkgs/stdenv/linux')
-rw-r--r--pkgs/stdenv/linux/bootstrap/loongson2f/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/stdenv/linux/bootstrap/loongson2f/default.nix b/pkgs/stdenv/linux/bootstrap/loongson2f/default.nix
index 8949d0e078d1..b0ad8d6545d5 100644
--- a/pkgs/stdenv/linux/bootstrap/loongson2f/default.nix
+++ b/pkgs/stdenv/linux/bootstrap/loongson2f/default.nix
@@ -7,7 +7,7 @@
   curl = ./curl.bz2;
 
   bootstrapTools = {
-    url = "http://viric.name/tmp/nix/loongson2f/cross-bootstrap-tools.cpio.bz2";
+    url = "http://nixos.org/tarballs/stdenv-linux/loongson2f/r22849/cross-bootstrap-tools.cpio.bz2";
     sha256 = "00aavbk76qjj2gdlmpaaj66r8nzl4d7pyl8cv1gigyzgpbr5vv3j";
   };
 }