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
|
# 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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue