diff options
Diffstat (limited to 'makefu/3modules/opentracker.nix')
-rw-r--r-- | makefu/3modules/opentracker.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/3modules/opentracker.nix b/makefu/3modules/opentracker.nix index 8847fc09a..202231fa1 100644 --- a/makefu/3modules/opentracker.nix +++ b/makefu/3modules/opentracker.nix @@ -1,6 +1,6 @@ { config, lib, pkgs, ... }: -with config.krebs.lib; +with import <stockholm/lib>; let cfg = config.makefu.opentracker; |