From c9f2260dc0414d451d551f8ffdf1f573e7be41ff Mon Sep 17 00:00:00 2001 From: Mel Date: Sat, 25 Apr 2026 22:52:18 +0200 Subject: Downgrade fedifetcher from unstable to stable, due to package removal Signed-off-by: Mel --- services/akkoma/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/services/akkoma/default.nix b/services/akkoma/default.nix index 3c0016e..8981c61 100644 --- a/services/akkoma/default.nix +++ b/services/akkoma/default.nix @@ -1,9 +1,8 @@ { pkgs, unstablePkgs, auxiliaryPkgs, ... }: let - inherit (pkgs) dockerTools; + inherit (pkgs) fedifetcher dockerTools; inherit (auxiliaryPkgs) common; - inherit (unstablePkgs) fedifetcher; akkomaLocalPort = 1111; akkomaDir = "/srv/akkoma"; -- cgit 1.4.1