akkoma-emoji.blobs_gg: move to top‐level & migrate to pkgs/by-name

This commit is contained in:
Mikael Voss 2025-03-14 15:13:10 +01:00
parent c60031fed7
commit 6a55cc63f3
No known key found for this signature in database
3 changed files with 1 additions and 5 deletions

View file

@ -557,7 +557,7 @@ in {
default = null;
example = literalExpression ''
{
"emoji/blobs.gg" = pkgs.akkoma-emoji.blobs_gg;
"emoji/blobs.gg" = pkgs.blobs_gg;
"static/terms-of-service.html" = pkgs.writeText "terms-of-service.html" '''
''';

View file

@ -935,10 +935,6 @@ with pkgs;
python3 = python311;
};
akkoma-emoji = recurseIntoAttrs {
blobs_gg = callPackage ../servers/akkoma/emoji/blobs_gg.nix { };
};
aegisub = callPackage ../by-name/ae/aegisub/package.nix ({
luajit = luajit.override { enable52Compat = true; };
} // (config.aegisub or {}));