aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorArslaan Pathan <[email protected]>2026-06-07 13:33:36 +1200
committerArslaan Pathan <[email protected]>2026-06-07 13:33:36 +1200
commit190fc5e66c166102b8535299e1f7173c124c7124 (patch)
tree115649d833a46e31b5d9ab380bfbae9e988f6364 /nix
parent1d038c42b2918afd994e4a04e57d1b981c69d2bd (diff)
downloadyerbalinux-190fc5e66c166102b8535299e1f7173c124c7124.tar.xz
yerbalinux-190fc5e66c166102b8535299e1f7173c124c7124.zip
The mirror was wrong.
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 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=";
};