akkoma-emoji.blobs_gg: move to top‐level & migrate to pkgs/by-name
This commit is contained in:
@@ -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" '''
|
||||
…
|
||||
''';
|
||||
|
||||
@@ -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 {}));
|
||||
|
||||
Reference in New Issue
Block a user