krebs.lib: use <stockholm/lib>

This commit is contained in:
tv 2016-10-20 20:26:15 +02:00
parent 9329c1e47d
commit 4a6fbbbe50

View File

@ -10,6 +10,6 @@ let
type = types.attrs; type = types.attrs;
}; };
imp = { imp = {
krebs.lib = lib // import ../4lib { inherit config lib; } // builtins; krebs.lib = import <stockholm/lib>;
}; };
in out in out