s-e: add emotes

This commit is contained in:
41666 2024-04-21 09:39:07 -04:00
parent 93f0a8a35d
commit c56caf3430
3 changed files with 29 additions and 0 deletions

21
flake.lock generated
View file

@ -83,6 +83,26 @@
"url": "https://codeberg.org/noe/doll.repair" "url": "https://codeberg.org/noe/doll.repair"
} }
}, },
"fedi-emotes": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1713648847,
"narHash": "sha256-1nlurboQP8OH8ja4k4tH/l6ViJ49oehlA+xjxmzgV68=",
"ref": "refs/heads/main",
"rev": "1518968e7bdb99376b08885a19fb08bd27d32861",
"revCount": 2,
"type": "git",
"url": "https://git.sapphic.engineer/noe/emotes"
},
"original": {
"type": "git",
"url": "https://git.sapphic.engineer/noe/emotes"
}
},
"flake-compat": { "flake-compat": {
"locked": { "locked": {
"lastModified": 1688025799, "lastModified": 1688025799,
@ -610,6 +630,7 @@
"apple-silicon": "apple-silicon", "apple-silicon": "apple-silicon",
"darwin": "darwin", "darwin": "darwin",
"doll-repair": "doll-repair", "doll-repair": "doll-repair",
"fedi-emotes": "fedi-emotes",
"home-manager": "home-manager", "home-manager": "home-manager",
"iceshrimp": "iceshrimp", "iceshrimp": "iceshrimp",
"iceshrimp-withdrawal": "iceshrimp-withdrawal", "iceshrimp-withdrawal": "iceshrimp-withdrawal",

View file

@ -58,6 +58,10 @@
url = "git+https://git.sapphic.engineer/noe/tachikoma"; url = "git+https://git.sapphic.engineer/noe/tachikoma";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
fedi-emotes = {
url = "git+https://git.sapphic.engineer/noe/emotes";
inputs.nixpkgs.follows = "nixpkgs";
};
}; };
nixConfig = { nixConfig = {

View file

@ -182,6 +182,10 @@ in {
# ''; # '';
# }; # };
"emoji/blobs.gg" = pkgs.akkoma-emoji.blobs_gg; "emoji/blobs.gg" = pkgs.akkoma-emoji.blobs_gg;
"emoji/hearts" = inputs.fedi-emotes.packages.${pkgs.system}.lightrunner-custom.hearts;
"emoji/anime" = inputs.fedi-emotes.packages.${pkgs.system}.lightrunner-custom.anime;
# "emoji/blobfox" = inputs.fedi-emotes.packages.${pkgs.system}.volpeon.blobfox;
# "emoji/neocat" = inputs.fedi-emotes.packages.${pkgs.system}.volpeon.neocat;
"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.