summaryrefslogtreecommitdiffstats
path: root/krebs/2configs/shack/mqtt_sub.nix
diff options
context:
space:
mode:
Diffstat (limited to 'krebs/2configs/shack/mqtt_sub.nix')
-rw-r--r--krebs/2configs/shack/mqtt_sub.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/2configs/shack/mqtt_sub.nix b/krebs/2configs/shack/mqtt_sub.nix
index af2bc1e6..e110e2ae 100644
--- a/krebs/2configs/shack/mqtt_sub.nix
+++ b/krebs/2configs/shack/mqtt_sub.nix
@@ -1,6 +1,6 @@
{ config, lib, pkgs, ... }:
-with import <stockholm/lib>;
+with import ../../../lib/lib.nix { inherit lib; };
let
pkg = pkgs.stdenv.mkDerivation {
name = "mqtt2graphite-2017-05-29";