From 0b154948b677eeae9ae3cd3d1a9a73ecb51b29c7 Mon Sep 17 00:00:00 2001 From: emily Date: Thu, 4 Jul 2024 08:36:44 +0200 Subject: [PATCH] Add nyastodon mirror --- pkgs/nyastodon/source.nix | 2 +- pkgs/nyastodon/update.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/nyastodon/source.nix b/pkgs/nyastodon/source.nix index 6d9b60b..b565a96 100644 --- a/pkgs/nyastodon/source.nix +++ b/pkgs/nyastodon/source.nix @@ -6,7 +6,7 @@ in ( applyPatches { src = fetchgit { - url = "https://git.bsd.gay/fef/nyastodon.git"; + url = "https://woof.rip/emily/nyastodon.git"; rev = "refs/heads/develop"; hash = "sha256-YFQPzsqJxGOS4E/1+chB+C7vD+NlgFiRekDsGZdcL9c="; }; diff --git a/pkgs/nyastodon/update.sh b/pkgs/nyastodon/update.sh index 085850f..b674e5a 100755 --- a/pkgs/nyastodon/update.sh +++ b/pkgs/nyastodon/update.sh @@ -2,7 +2,7 @@ #! nix-shell -i bash -p bundix coreutils diffutils nix-prefetch-git gnused jq prefetch-yarn-deps yarn-lock-converter set -e -URL=https://git.bsd.gay/fef/nyastodon.git +URL=https://woof.rip/emily/nyastodon.git POSITIONAL=() while [[ $# -gt 0 ]]; do