dependency issues again

This commit is contained in:
twoneis 2025-03-15 00:51:08 +01:00
parent 7f4c6202f0
commit 862c2b904d
2 changed files with 7 additions and 1 deletions

View file

@ -5,7 +5,7 @@
...
}: let
inherit (lib) mkIf;
cfg = config.conf.fedi;
cfg = config.conf.fedi.iceshrimp;
iceshrimp = pkgs.callPackage ./iceshrimp.nix {};
in
mkIf cfg.enable {