From 4c297826da8a1949416912eb52653c9df1ecd34e Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Thu, 2 Jan 2025 14:49:22 +0400 Subject: [PATCH] skill issue --- modules/server/fedi/akkoma.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/server/fedi/akkoma.nix b/modules/server/fedi/akkoma.nix index 9ec65b10..d3390675 100644 --- a/modules/server/fedi/akkoma.nix +++ b/modules/server/fedi/akkoma.nix @@ -1,4 +1,4 @@ -{ config, lib, ... }: +{ config, lib, pkgs, ... }: with lib; let cfg = config.void.server.fedi.akkoma; in {