summaryrefslogtreecommitdiffstats
path: root/2configs/graphite-standalone.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2016-02-14 16:43:44 +0100
committertv <tv@krebsco.de>2016-02-14 16:43:44 +0100
commitd01679cc63485a8c473b47117033fa36ef37dc80 (patch)
tree0df3cffed323cc34a23311c1e7a3de3738f2b343 /2configs/graphite-standalone.nix
parent234a7e8236de00ca5ae2ff5d8f32e654f0e64a71 (diff)
RIP specialArgs.lib
Diffstat (limited to '2configs/graphite-standalone.nix')
-rw-r--r--2configs/graphite-standalone.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/2configs/graphite-standalone.nix b/2configs/graphite-standalone.nix
index 8b70c11c8..dd5438e8d 100644
--- a/2configs/graphite-standalone.nix
+++ b/2configs/graphite-standalone.nix
@@ -2,7 +2,7 @@
# graphite-web on port 8080
# carbon cache on port 2003 (tcp/udp)
-with lib;
+with config.krebs.lib;
{
imports = [ ];