aboutsummaryrefslogtreecommitdiff
path: root/nix/busybox.nix
diff options
context:
space:
mode:
authorArslaan Pathan <[email protected]>2026-06-07 13:22:59 +1200
committerArslaan Pathan <[email protected]>2026-06-07 13:22:59 +1200
commit068ff78051294d7919a24a961494d93438810498 (patch)
tree11cd88b77fce6e6ee391d3c299368217837fc69c /nix/busybox.nix
parent0bd68fc33032a8ae418078a81aa357f3f83e3296 (diff)
downloadyerbalinux-068ff78051294d7919a24a961494d93438810498.tar.xz
yerbalinux-068ff78051294d7919a24a961494d93438810498.zip
busybox ssl expired, use mirror
Diffstat (limited to 'nix/busybox.nix')
-rw-r--r--nix/busybox.nix2
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 = "";
};