From 62eae924118a045c6da992b50bbb8108c135746c Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Sun, 7 Jun 2026 13:23:43 +1200 Subject: github 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 7cc5086..7a99661 100644 --- a/nix/busybox.nix +++ b/nix/busybox.nix @@ -3,7 +3,7 @@ stdenv.mkDerivation { name = "busybox-yerba"; src = fetchgit { - url = "https://mirror.cgicoders.com/busybox.net/busybox"; # change this to the official git.busybox.net/busybox when their SSL comes back + url = "https://github.com/mirror/busybox"; # change this to the official git.busybox.net/busybox when their SSL comes back rev = "1_36_1"; hash = ""; }; -- cgit v1.2.3