mirror of
https://git.lgmrszd.xyz/Lgmrszd/nix-cfg.git
synced 2024-11-09 21:38:34 +01:00
Fix akkoma build
This commit is contained in:
parent
203e40c2db
commit
d00bcfc4a6
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ in
|
||||||
# name = "mastodon-fe";
|
# name = "mastodon-fe";
|
||||||
# ref = "stable";
|
# ref = "stable";
|
||||||
# };
|
# };
|
||||||
extraPackages = with pkgs; [ zip unzip exiftool ffmpeg_5-headless graphicsmagick-imagemagick-compat ];
|
extraPackages = with pkgs; [ zip unzip exiftool ffmpeg-headless graphicsmagick-imagemagick-compat ];
|
||||||
config = {
|
config = {
|
||||||
":pleroma".":instance" = {
|
":pleroma".":instance" = {
|
||||||
name = "My Akkoma instance";
|
name = "My Akkoma instance";
|
||||||
|
|
|
@ -12,7 +12,7 @@ in
|
||||||
# name = "mastodon-fe";
|
# name = "mastodon-fe";
|
||||||
# ref = "stable";
|
# ref = "stable";
|
||||||
# };
|
# };
|
||||||
extraPackages = with pkgs; [ zip unzip exiftool ffmpeg_5-headless graphicsmagick-imagemagick-compat ];
|
extraPackages = with pkgs; [ zip unzip exiftool ffmpeg-headless graphicsmagick-imagemagick-compat ];
|
||||||
config = {
|
config = {
|
||||||
":pleroma".":instance" = {
|
":pleroma".":instance" = {
|
||||||
name = "My Akkoma instance";
|
name = "My Akkoma instance";
|
||||||
|
|
Loading…
Reference in a new issue