mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
akkoma-emoji.blobs_gg: move to top‐level & migrate to pkgs/by-name
This commit is contained in:
parent
c60031fed7
commit
6a55cc63f3
3 changed files with 1 additions and 5 deletions
|
@ -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 {}));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue