summary refs log tree commit diff
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2026-04-25 22:52:18 +0200
committerMel <mel@rnrd.eu>2026-04-25 22:52:18 +0200
commitc9f2260dc0414d451d551f8ffdf1f573e7be41ff (patch)
tree888a926d89a60400429fb2387aacb36ca60ba7a9
parentb43e872ce6ef7dcef4b22abaa3b8713ce87add2b (diff)
downloadnetwork-c9f2260dc0414d451d551f8ffdf1f573e7be41ff.tar.zst
network-c9f2260dc0414d451d551f8ffdf1f573e7be41ff.zip
Downgrade fedifetcher from unstable to stable, due to package removal HEAD main
Signed-off-by: Mel <mel@rnrd.eu>
-rw-r--r--services/akkoma/default.nix3
1 files changed, 1 insertions, 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";