🐛 Fix missing inherit statement
Some checks are pending
Nix: check for unused code / Run deadnix (push) Waiting to run
Nix: validate flake / Validate x86_64-linux (push) Waiting to run

This commit is contained in:
Jo 2025-05-25 19:12:18 +02:00
parent fc96bb9a5a
commit d2633457a5

View file

@ -6,6 +6,7 @@
}: let
inherit (lib) mkEnableOption mkIf;
inherit (self) namespace;
inherit (self.lib) mkOpt;
cfg = config.${namespace}.services.atticd;
in {