switch to catstodon

This commit is contained in:
Charlotte 🦝 Delenk 2022-08-16 10:26:29 +01:00
parent 5d18278293
commit f9978f55ff
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122
3 changed files with 12 additions and 11 deletions

View file

@ -293,17 +293,18 @@
"mastodon": { "mastodon": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1660574115, "lastModified": 1660591183,
"narHash": "sha256-zkpHNTyguNg1VObQFehjUCmsEb4LQ+X1nxGm+/UH7JE=", "narHash": "sha256-ST+JDz0efEmjdiSYUwDAdU2gIqvxwQCRBVZKrDM+uUk=",
"owner": "glitch-soc", "ref": "develop",
"repo": "mastodon", "rev": "1591adb62384f511436e94131c7553197ff5000d",
"rev": "aba0032f540407d88144ac637a59fce69625546f", "revCount": 15730,
"type": "github" "type": "git",
"url": "https://git.kescher.at/kescher/catstodon"
}, },
"original": { "original": {
"owner": "glitch-soc", "ref": "develop",
"repo": "mastodon", "type": "git",
"type": "github" "url": "https://git.kescher.at/kescher/catstodon"
} }
}, },
"matrix-media-repo": { "matrix-media-repo": {

View file

@ -11,7 +11,7 @@
clean-s3-cache.flake = false; clean-s3-cache.flake = false;
miifox-net.url = "git+https://git.chir.rs/CarolineHusky/MiiFox.net"; miifox-net.url = "git+https://git.chir.rs/CarolineHusky/MiiFox.net";
miifox-net.flake = false; miifox-net.flake = false;
mastodon.url = "github:glitch-soc/mastodon"; mastodon.url = "git+https://git.kescher.at/kescher/catstodon?ref=develop";
mastodon.flake = false; mastodon.flake = false;
nixpkgs-go116.url = "github:NixOS/nixpkgs/dab5668f6be905a7f0de39a7d67fd8f78a13d600"; nixpkgs-go116.url = "github:NixOS/nixpkgs/dab5668f6be905a7f0de39a7d67fd8f78a13d600";
matrix-media-repo.url = "github:turt2live/matrix-media-repo"; matrix-media-repo.url = "github:turt2live/matrix-media-repo";

View file

@ -2,7 +2,7 @@
#! nix-shell -i bash -p bundix yarn2nix yarn nix-prefetch-git jq #! nix-shell -i bash -p bundix yarn2nix yarn nix-prefetch-git jq
set -e set -e
URL=https://github.com/glitch-soc/mastodon.git URL=$(jq -r '.nodes.mastodon.locked.url' ../flake.lock)
REVISION=$(jq -r '.nodes.mastodon.locked.rev' ../flake.lock) REVISION=$(jq -r '.nodes.mastodon.locked.rev' ../flake.lock)
rm -f gemset.nix yarn.nix rm -f gemset.nix yarn.nix