switch to catstodon
This commit is contained in:
parent
5d18278293
commit
f9978f55ff
3 changed files with 12 additions and 11 deletions
19
flake.lock
19
flake.lock
|
@ -293,17 +293,18 @@
|
|||
"mastodon": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1660574115,
|
||||
"narHash": "sha256-zkpHNTyguNg1VObQFehjUCmsEb4LQ+X1nxGm+/UH7JE=",
|
||||
"owner": "glitch-soc",
|
||||
"repo": "mastodon",
|
||||
"rev": "aba0032f540407d88144ac637a59fce69625546f",
|
||||
"type": "github"
|
||||
"lastModified": 1660591183,
|
||||
"narHash": "sha256-ST+JDz0efEmjdiSYUwDAdU2gIqvxwQCRBVZKrDM+uUk=",
|
||||
"ref": "develop",
|
||||
"rev": "1591adb62384f511436e94131c7553197ff5000d",
|
||||
"revCount": 15730,
|
||||
"type": "git",
|
||||
"url": "https://git.kescher.at/kescher/catstodon"
|
||||
},
|
||||
"original": {
|
||||
"owner": "glitch-soc",
|
||||
"repo": "mastodon",
|
||||
"type": "github"
|
||||
"ref": "develop",
|
||||
"type": "git",
|
||||
"url": "https://git.kescher.at/kescher/catstodon"
|
||||
}
|
||||
},
|
||||
"matrix-media-repo": {
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
clean-s3-cache.flake = false;
|
||||
miifox-net.url = "git+https://git.chir.rs/CarolineHusky/MiiFox.net";
|
||||
miifox-net.flake = false;
|
||||
mastodon.url = "github:glitch-soc/mastodon";
|
||||
mastodon.url = "git+https://git.kescher.at/kescher/catstodon?ref=develop";
|
||||
mastodon.flake = false;
|
||||
nixpkgs-go116.url = "github:NixOS/nixpkgs/dab5668f6be905a7f0de39a7d67fd8f78a13d600";
|
||||
matrix-media-repo.url = "github:turt2live/matrix-media-repo";
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#! nix-shell -i bash -p bundix yarn2nix yarn nix-prefetch-git jq
|
||||
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)
|
||||
|
||||
rm -f gemset.nix yarn.nix
|
||||
|
|
Reference in a new issue