summaryrefslogtreecommitdiffstats
path: root/lass/3modules/newsbot-js.nix
diff options
context:
space:
mode:
Diffstat (limited to 'lass/3modules/newsbot-js.nix')
-rw-r--r--lass/3modules/newsbot-js.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/lass/3modules/newsbot-js.nix b/lass/3modules/newsbot-js.nix
index ef4d97b7..5e340b26 100644
--- a/lass/3modules/newsbot-js.nix
+++ b/lass/3modules/newsbot-js.nix
@@ -1,6 +1,7 @@
{ config, lib, pkgs, ... }:
-with config.krebs.lib;
+with builtins;
+with lib;
let
cfg = config.lass.newsbot-js;