diff options
author | EuAndreh <eu@euandre.org> | 2020-11-06 10:49:13 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-11-06 10:49:13 -0300 |
commit | 0eff15c824d01c4e94918365fb7ba69282bc77c8 (patch) | |
tree | 7520b195a0427fb60c229e6eb1f74980c414fe35 | |
parent | TODOs.org (diff) | |
download | toph-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.nix | 2 |
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 |