diff options
Diffstat (limited to 'krebs/3modules/github-hosts-sync.nix')
| -rw-r--r-- | krebs/3modules/github-hosts-sync.nix | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/krebs/3modules/github-hosts-sync.nix b/krebs/3modules/github-hosts-sync.nix index 2aa18d53a..1d3873232 100644 --- a/krebs/3modules/github-hosts-sync.nix +++ b/krebs/3modules/github-hosts-sync.nix @@ -1,12 +1,12 @@  { config, lib, pkgs, ... }: -with lib; +with config.krebs.lib;  let    cfg = config.krebs.github-hosts-sync;    out = {      options.krebs.github-hosts-sync = api; -    config = mkIf cfg.enable imp; +    config = lib.mkIf cfg.enable imp;    };    api = { | 
