Skip to content

Commit 6a55cc6

Browse files
committed
akkoma-emoji.blobs_gg: move to top‐level & migrate to pkgs/by-name
1 parent c60031f commit 6a55cc6

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

nixos/modules/services/web-apps/akkoma.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ in {
557557
default = null;
558558
example = literalExpression ''
559559
{
560-
"emoji/blobs.gg" = pkgs.akkoma-emoji.blobs_gg;
560+
"emoji/blobs.gg" = pkgs.blobs_gg;
561561
"static/terms-of-service.html" = pkgs.writeText "terms-of-service.html" '''
562562
563563
''';

pkgs/top-level/all-packages.nix

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -935,10 +935,6 @@ with pkgs;
935935
python3 = python311;
936936
};
937937

938-
akkoma-emoji = recurseIntoAttrs {
939-
blobs_gg = callPackage ../servers/akkoma/emoji/blobs_gg.nix { };
940-
};
941-
942938
aegisub = callPackage ../by-name/ae/aegisub/package.nix ({
943939
luajit = luajit.override { enable52Compat = true; };
944940
} // (config.aegisub or {}));

0 commit comments

Comments
 (0)