diff options
| author | Arslaan Pathan <[email protected]> | 2026-06-07 13:22:59 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-06-07 13:22:59 +1200 |
| commit | 068ff78051294d7919a24a961494d93438810498 (patch) | |
| tree | 11cd88b77fce6e6ee391d3c299368217837fc69c /nix | |
| parent | 0bd68fc33032a8ae418078a81aa357f3f83e3296 (diff) | |
| download | yerbalinux-068ff78051294d7919a24a961494d93438810498.tar.xz yerbalinux-068ff78051294d7919a24a961494d93438810498.zip | |
busybox ssl expired, use mirror
Diffstat (limited to 'nix')
| -rw-r--r-- | nix/busybox.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 = ""; }; |
