lass/modules: fix gitolite-base imports
This commit is contained in:
parent
cfbfa6db86
commit
5c27ea09e0
@ -12,7 +12,7 @@ with lib;
|
|||||||
|
|
||||||
let
|
let
|
||||||
|
|
||||||
inherit (import ../../lib { inherit lib; }) shell-escape;
|
inherit (import ../../lib { inherit pkgs; inherit lib; }) shell-escape;
|
||||||
inherit (pkgs) writeScript;
|
inherit (pkgs) writeScript;
|
||||||
|
|
||||||
in
|
in
|
||||||
|
Loading…
Reference in New Issue
Block a user