summaryrefslogtreecommitdiffstats
path: root/krebs/3modules/kapacitor.nix
diff options
context:
space:
mode:
Diffstat (limited to 'krebs/3modules/kapacitor.nix')
-rw-r--r--krebs/3modules/kapacitor.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/3modules/kapacitor.nix b/krebs/3modules/kapacitor.nix
index 2ec67c73..89d2e2c1 100644
--- a/krebs/3modules/kapacitor.nix
+++ b/krebs/3modules/kapacitor.nix
@@ -1,7 +1,7 @@
{ config, lib, pkgs, ... }:
with builtins;
-with import <stockholm/lib>;
+with lib;
let
cfg = config.krebs.kapacitor;