sapphic-engineer: need to put emotes somewhere, handle later

This commit is contained in:
41666 2024-03-30 12:26:19 -04:00
parent b306cd6c46
commit 208c9fa356

View file

@ -168,14 +168,14 @@ in {
# cp static/logo.png $out/static/logo.png # cp static/logo.png $out/static/logo.png
# ''; # '';
# }; # };
"emoji/foxes" = pkgs.stdenvNoCC.mkDerivation { # "emoji/foxes" = pkgs.stdenvNoCC.mkDerivation {
name = "emoji/foxes"; # name = "emoji/foxes";
src = ./emotes; # src = ./emotes;
dontUnpack = true; # dontUnpack = true;
installPhase = '' # installPhase = ''
cp -r $src $out # cp -r $src $out
''; # '';
}; # };
"emoji/blobs.gg" = pkgs.akkoma-emoji.blobs_gg; "emoji/blobs.gg" = pkgs.akkoma-emoji.blobs_gg;
"static/terms-of-service.html" = pkgs.writeText "terms-of-service.html" '' "static/terms-of-service.html" = pkgs.writeText "terms-of-service.html" ''
This is a private instance. Requests are not accepted. This is a private instance. Requests are not accepted.