summary refs log tree commit diff
path: root/services/akkoma/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'services/akkoma/default.nix')
-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";