From 068ff78051294d7919a24a961494d93438810498 Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Sun, 7 Jun 2026 13:22:59 +1200 Subject: busybox ssl expired, use mirror --- nix/busybox.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nix/busybox.nix') diff --git a/nix/busybox.nix b/nix/busybox.nix index e45cb96..7cc5086 100644 --- a/nix/busybox.nix +++ b/nix/busybox.nix @@ -3,7 +3,7 @@ stdenv.mkDerivation { name = "busybox-yerba"; src = fetchgit { - url = "https://git.busybox.net/busybox"; + url = "https://mirror.cgicoders.com/busybox.net/busybox"; # change this to the official git.busybox.net/busybox when their SSL comes back rev = "1_36_1"; hash = ""; }; -- cgit v1.2.3