mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-09-09 20:30:05 +00:00
🐛 Fix missing inherit statement
This commit is contained in:
parent
fc96bb9a5a
commit
d2633457a5
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
}: let
|
||||
inherit (lib) mkEnableOption mkIf;
|
||||
inherit (self) namespace;
|
||||
inherit (self.lib) mkOpt;
|
||||
|
||||
cfg = config.${namespace}.services.atticd;
|
||||
in {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue