aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-11-06 10:49:13 -0300
committerEuAndreh <eu@euandre.org>2020-11-06 10:49:13 -0300
commit0eff15c824d01c4e94918365fb7ba69282bc77c8 (patch)
tree7520b195a0427fb60c229e6eb1f74980c414fe35
parentTODOs.org (diff)
downloadtoph-0eff15c824d01c4e94918365fb7ba69282bc77c8.tar.gz
toph-0eff15c824d01c4e94918365fb7ba69282bc77c8.tar.xz
Point to repos in sr.ht instead on the same VPS for allowing bootstraping
-rw-r--r--vps-configuration.nix2
1 files changed, 1 insertions, 1 deletions
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