sapphic-engineer: need to put emotes somewhere, handle later
This commit is contained in:
parent
b306cd6c46
commit
208c9fa356
1 changed files with 8 additions and 8 deletions
|
@ -168,14 +168,14 @@ in {
|
|||
# cp static/logo.png $out/static/logo.png
|
||||
# '';
|
||||
# };
|
||||
"emoji/foxes" = pkgs.stdenvNoCC.mkDerivation {
|
||||
name = "emoji/foxes";
|
||||
src = ./emotes;
|
||||
dontUnpack = true;
|
||||
installPhase = ''
|
||||
cp -r $src $out
|
||||
'';
|
||||
};
|
||||
# "emoji/foxes" = pkgs.stdenvNoCC.mkDerivation {
|
||||
# name = "emoji/foxes";
|
||||
# src = ./emotes;
|
||||
# dontUnpack = true;
|
||||
# installPhase = ''
|
||||
# cp -r $src $out
|
||||
# '';
|
||||
# };
|
||||
"emoji/blobs.gg" = pkgs.akkoma-emoji.blobs_gg;
|
||||
"static/terms-of-service.html" = pkgs.writeText "terms-of-service.html" ''
|
||||
This is a private instance. Requests are not accepted.
|
||||
|
|
Loading…
Add table
Reference in a new issue