aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorArslaan Pathan <[email protected]>2026-06-07 13:23:43 +1200
committerArslaan Pathan <[email protected]>2026-06-07 13:23:43 +1200
commit62eae924118a045c6da992b50bbb8108c135746c (patch)
tree3862ca897ecddd8da9aba4660d333dc1d1095605 /nix
parent068ff78051294d7919a24a961494d93438810498 (diff)
downloadyerbalinux-62eae924118a045c6da992b50bbb8108c135746c.tar.xz
yerbalinux-62eae924118a045c6da992b50bbb8108c135746c.zip
github mirror
Diffstat (limited to '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 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 = "";
};