diff options
author | EuAndreh <eu@euandre.org> | 2020-10-23 08:12:34 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-10-23 08:12:34 -0300 |
commit | 97dd6ad9984e6b571bca0a157ac4cb5770a65329 (patch) | |
tree | 2fc498b0c17f35e00563abf30376c20ee659f0a4 /vps-configuration.nix | |
parent | Move description into metadata.json (diff) | |
download | toph-97dd6ad9984e6b571bca0a157ac4cb5770a65329.tar.gz toph-97dd6ad9984e6b571bca0a157ac4cb5770a65329.tar.xz |
Use git.euandreh.xyz over git.sr.ht
Diffstat (limited to 'vps-configuration.nix')
-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 9fc8130..574d1d7 100644 --- a/vps-configuration.nix +++ b/vps-configuration.nix @@ -23,7 +23,7 @@ let root = pkgs.stdenv.mkDerivation { name = repo-name; src = fetchTarball - "https://git.sr.ht/~euandreh/${repo-name}/archive/master.tar.gz"; + "https://git.euandreh.xyz/${repo-name}/snapshot/master.tar.gz"; phases = "unpackPhase buildPhase"; buildPhase = '' mkdir $out |