Add nyastodon mirror

This commit is contained in:
emily 2024-07-04 08:36:44 +02:00
parent 28af5275d6
commit 0b154948b6
Signed by: emily
GPG key ID: F6F4C66207FCF995
2 changed files with 2 additions and 2 deletions

View file

@ -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=";
};

View file

@ -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