summaryrefslogtreecommitdiffstats
path: root/tv/3modules/consul.nix
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2015-10-21 00:08:18 +0200
committertv <tv@shackspace.de>2015-10-21 00:11:12 +0200
commit226ea391caec5b3f2f112de263dd2db3a0e012f4 (patch)
tree4815b67dcf4389d468a931e535164b7b34074f02 /tv/3modules/consul.nix
parentfc45cc29265e9b3e51033fddd5d8ea1042c1aa41 (diff)
stockholm: provide krebs lib
Diffstat (limited to 'tv/3modules/consul.nix')
-rw-r--r--tv/3modules/consul.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/3modules/consul.nix b/tv/3modules/consul.nix
index e764ab7b..ccdee07f 100644
--- a/tv/3modules/consul.nix
+++ b/tv/3modules/consul.nix
@@ -5,7 +5,7 @@
# TODO consul-bootstrap HOST that actually does is
# TODO tools to inspect state of a cluster in outage state
-with import ../4lib { inherit lib pkgs; };
+with lib;
let
cfg = config.tv.consul;