diff options
| author | Arslaan Pathan <[email protected]> | 2026-06-07 13:23:43 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-06-07 13:23:43 +1200 |
| commit | 62eae924118a045c6da992b50bbb8108c135746c (patch) | |
| tree | 3862ca897ecddd8da9aba4660d333dc1d1095605 /nix/busybox.nix | |
| parent | 068ff78051294d7919a24a961494d93438810498 (diff) | |
| download | yerbalinux-62eae924118a045c6da992b50bbb8108c135746c.tar.xz yerbalinux-62eae924118a045c6da992b50bbb8108c135746c.zip | |
github mirror
Diffstat (limited to 'nix/busybox.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 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 = ""; }; |
