krebs.tinc: import types explicitly

This commit is contained in:
lassulus 2017-10-02 17:57:05 +02:00
parent ea793ecf79
commit fdcaa8de73

View File

@ -1,6 +1,7 @@
{ config, pkgs, lib, ... }:
with import <stockholm/lib>;
let
inherit (import <stockholm/lib>) types;
out = {
options.krebs.tinc = api;
config = imp;