From 190fc5e66c166102b8535299e1f7173c124c7124 Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Sun, 7 Jun 2026 13:33:36 +1200 Subject: The mirror was wrong. --- nix/busybox.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nix') diff --git a/nix/busybox.nix b/nix/busybox.nix index d9e2c18..2aea724 100644 --- a/nix/busybox.nix +++ b/nix/busybox.nix @@ -3,7 +3,7 @@ stdenv.mkDerivation { name = "busybox-yerba"; src = fetchgit { - url = "https://git.eaguru.guru/mirror/busybox"; # change this to the official git.busybox.net/busybox when their SSL comes back + url = "https://git.eaguru.guru/mirrors/busybox.git"; # change this to the official git.busybox.net/busybox when their SSL comes back rev = "1_36_stable"; hash = "sha256-lK8jlq1g2X9AhscZDiPf43koNbdMFYiLSAb9Y/OETnU="; }; -- cgit v1.2.3