about summary refs log tree commit diff
path: root/pkgs/stdenv/linux/bootstrap-files/armv5tel.nix
diff options
context:
space:
mode:
authorJohn Ericson <jericson@galois.com>2016-12-15 17:05:39 -0500
committerJohn Ericson <jericson@galois.com>2016-12-15 17:05:39 -0500
commit670256dc399ab637fa94df9a90fb13f275c39f8a (patch)
tree758de49a80062ee83a40f3144518b5b874703ebc /pkgs/stdenv/linux/bootstrap-files/armv5tel.nix
parenta94af71da71ebc4a52c002891d813cf2689fc950 (diff)
downloadnixlib-670256dc399ab637fa94df9a90fb13f275c39f8a.tar
nixlib-670256dc399ab637fa94df9a90fb13f275c39f8a.tar.gz
nixlib-670256dc399ab637fa94df9a90fb13f275c39f8a.tar.bz2
nixlib-670256dc399ab637fa94df9a90fb13f275c39f8a.tar.lz
nixlib-670256dc399ab637fa94df9a90fb13f275c39f8a.tar.xz
nixlib-670256dc399ab637fa94df9a90fb13f275c39f8a.tar.zst
nixlib-670256dc399ab637fa94df9a90fb13f275c39f8a.zip
linux stdenv: Rename the `bootstrap` directory to `bootstrap-files`
Diffstat (limited to 'pkgs/stdenv/linux/bootstrap-files/armv5tel.nix')
-rw-r--r--pkgs/stdenv/linux/bootstrap-files/armv5tel.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgs/stdenv/linux/bootstrap-files/armv5tel.nix b/pkgs/stdenv/linux/bootstrap-files/armv5tel.nix
new file mode 100644
index 000000000000..9781414895b8
--- /dev/null
+++ b/pkgs/stdenv/linux/bootstrap-files/armv5tel.nix
@@ -0,0 +1,12 @@
+{
+  busybox = import <nix/fetchurl.nix> {
+    url = http://nixos-arm.dezgeg.me/bootstrap-2016-07-20-33a1d8/armv5tel/busybox;
+    sha256 = "03i90dwkly1j2a7i12qixkybjz2b24ixjrl7zsr17s1sv6m27zba";
+    executable = true;
+  };
+
+  bootstrapTools = import <nix/fetchurl.nix> {
+    url = http://nixos-arm.dezgeg.me/bootstrap-2016-07-20-33a1d8/armv5tel/bootstrap-tools.tar.xz;
+    sha256 = "1sikiydjlbv8v35fgjvr5swgvj6bc83gmrbjrhpi0hyzyfcinxbn";
+  };
+}