lass/modules: fix gitolite-base imports

This commit is contained in:
lassulus 2015-06-19 00:18:00 +02:00
parent cfbfa6db86
commit 5c27ea09e0

View File

@ -12,7 +12,7 @@ with lib;
let
inherit (import ../../lib { inherit lib; }) shell-escape;
inherit (import ../../lib { inherit pkgs; inherit lib; }) shell-escape;
inherit (pkgs) writeScript;
in