update path to new krebs lib

This commit is contained in:
makefu 2015-07-29 14:57:25 +02:00
parent 0bf2b871dd
commit fe188078f3

View File

@ -1,6 +1,6 @@
{ config, lib, ... }:
with import ../../4lib/krebs { inherit lib; };
with import ../../krebs/4lib { inherit lib; };
let
cfg = config.krebs;