feat: server test

This commit is contained in:
Nick 2024-11-23 20:53:15 -06:00
parent 718fc7cc90
commit 54caac86b3

View file

@ -21,19 +21,19 @@ in {
# If you really fuck up and name yourself wrong, use this shit # If you really fuck up and name yourself wrong, use this shit
# sudo mastodon-tootctl accounts modify username --remove-role # sudo mastodon-tootctl accounts modify username --remove-role
nixpkgs.overlays = [ # nixpkgs.overlays = [
( # (
final: prev: { # final: prev: {
mastodon = prev.mastodon.overrideAttrs (oldAttrs: { # mastodon = prev.mastodon.overrideAttrs (oldAttrs: {
postPatch = # postPatch =
(oldAttrs.postPatch or "") # (oldAttrs.postPatch or "")
+ '' # + ''
patch -p1 < ${./chars.patch} # patch -p1 < ${./chars.patch}
''; # '';
}); # });
} # }
) # )
]; # ];
services = { services = {
mastodon = { mastodon = {