mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-09-10 04:40: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
|
}: let
|
||||||
inherit (lib) mkEnableOption mkIf;
|
inherit (lib) mkEnableOption mkIf;
|
||||||
inherit (self) namespace;
|
inherit (self) namespace;
|
||||||
|
inherit (self.lib) mkOpt;
|
||||||
|
|
||||||
cfg = config.${namespace}.services.atticd;
|
cfg = config.${namespace}.services.atticd;
|
||||||
in {
|
in {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue