modules/lass: fix xresources lib import

This commit is contained in:
lassulus 2015-06-15 01:18:45 +02:00
parent cb70769a04
commit 125606e069

View File

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