From 0eff15c824d01c4e94918365fb7ba69282bc77c8 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 6 Nov 2020 10:49:13 -0300 Subject: Point to repos in sr.ht instead on the same VPS for allowing bootstraping --- vps-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vps-configuration.nix') diff --git a/vps-configuration.nix b/vps-configuration.nix index 16be02f..d8261cd 100644 --- a/vps-configuration.nix +++ b/vps-configuration.nix @@ -24,7 +24,7 @@ let root = pkgs.stdenv.mkDerivation { name = repo-name; src = fetchTarball - "https://git.euandreh.xyz/${repo-name}/snapshot/master.tar.gz"; + "https://git.sr.ht/~euandreh/${repo-name}/archive/master.tar.gz"; phases = "unpackPhase buildPhase"; buildPhase = '' mkdir $out -- cgit v1.2.3