From d00bcfc4a63c127c766066e02ebd71eee7af44f2 Mon Sep 17 00:00:00 2001 From: Lgmrszd Date: Mon, 12 Aug 2024 02:33:37 +0400 Subject: [PATCH] Fix akkoma build --- hosts/laptop/akkoma/akkoma.nix | 2 +- hosts/vps1/akkoma/akkoma.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/laptop/akkoma/akkoma.nix b/hosts/laptop/akkoma/akkoma.nix index ff17a81..64f41f0 100644 --- a/hosts/laptop/akkoma/akkoma.nix +++ b/hosts/laptop/akkoma/akkoma.nix @@ -12,7 +12,7 @@ in # name = "mastodon-fe"; # 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 = { ":pleroma".":instance" = { name = "My Akkoma instance"; diff --git a/hosts/vps1/akkoma/akkoma.nix b/hosts/vps1/akkoma/akkoma.nix index ebbc4ec..e89a050 100644 --- a/hosts/vps1/akkoma/akkoma.nix +++ b/hosts/vps1/akkoma/akkoma.nix @@ -12,7 +12,7 @@ in # name = "mastodon-fe"; # 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 = { ":pleroma".":instance" = { name = "My Akkoma instance";